ZoFo/ZoFo/GameCore/GameObjects/AttackEntities/Bullet.cs
2024-08-15 17:24:25 +03:00

7 lines
100 B
C#

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