namespace ET.Server { [ComponentOf(typeof (WNPlayer))] public class PlayerReliveTimeComponent: Entity, IAwake<WNPlayer>, IUpdate { /** 复活时间 **/ public long ReliveTime { get; set; } /** 玩家实体 **/ public WNPlayer Player { get; set; } } }