namespace ET.Server { [ComponentOf(typeof (Session))] public class HeartBeatTimeoutComponent: Entity, IAwake, IDestroy { public long Timer; } }