namespace GameLogic.Combat.Hero { /// /// 召唤物 /// public class SummonCombatHeroEntity : CombatHeroEntity { public bool isLeft; /// /// 生存时间 /// public float Time; /// /// 谁召唤的 /// public CombatHeroEntity ownerEntity; } }