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

7 lines
98 B
C#

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