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