public override void Awake() { Instance = this; }
public static async ETTask <bool> WaitFrameAsync(this TimerComponent self, ETCancellationToken cancellationToken = null) { bool ret = await self.WaitAsync(1, cancellationToken); return(ret); }