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