namespace ET; public class GlobalRobotComponent : Entity, IAwake, IDestroy { public static GlobalRobotComponent Instance; public long Timer = 0L; public int MaxCount = 5000; }