ChatTestComponent.cs 186 B

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