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

            return(ret);
        }