ZoFo/ZoFo/GameCore/GameObjects/Bullet.cs
2024-08-15 00:57:39 +03:00

8 lines
81 B
C#

using System;
namespace ZoFo;
public class Bullet : Projectile
{
}