namespace ET { public class AccountCheckOutTimeComponent : Entity, IAwake, IDestroy { public long Timer = 0; public long AccountId = 0; } }