using System.Collections.Generic; using Fort23.UTool; namespace UTool.CustomizeTimeLogic.FxLogic.TimeLineEventinterface { public interface ILifeCycle { string guidName { get; } T This(); T GetILifetCycleHitPoint(string hitPoinName, bool isStandType, bool isIgnoreHind)where T : ILifetCycleHitPoint; T GetMainHotPoin(bool isIgnoreHind)where T : ILifetCycleHitPoint; } }