namespace ET.Server { [ComponentOf(typeof(Room))] public class HGHHMainCheckerComponent: Entity, IAwake, IDestroy { public long RepeatedTimer; } }