AccountCheckOutTimeComponent.cs 178 B

123456789
  1. namespace ET
  2. {
  3. public class AccountCheckOutTimeComponent : Entity, IAwake<long>, IDestroy
  4. {
  5. public long Timer = 0;
  6. public long AccountId = 0;
  7. }
  8. }