ZoFo/ZoFo/GameCore/GameObjects/LivingEntity.cs
2024-08-15 01:47:12 +03:00

7 lines
102 B
C#

using System;
namespace ZoFo.GameCore.GameObjects;
public class LivingEntity : Entity
{
}