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