namespace FL.Battle { public class PlayerEntity : Entity { public override EEntityType EntityType => EEntityType.Player; } }