namespace ET; [Test(TestTagEnum.ChatTestComponent)] public class ChatTestComponent : Entity, IAwake, IDestroy { public long Timer = 0L; //测试计算 public int Num = 1; }