namespace FL.Battle { public class PartnerEntity : Entity { public override EEntityType EntityType => EEntityType.Partner; /// /// ÃúÎÄid /// public int EpigraphId { get; set; } } }