|
|
@@ -40,6 +40,11 @@ namespace ET.Client
|
|
|
{
|
|
|
self.TestCancelAfter().Coroutine();
|
|
|
}
|
|
|
+
|
|
|
+ if (Input.GetKeyDown(KeyCode.D))
|
|
|
+ {
|
|
|
+ self.TestCancelAfter2().Coroutine();
|
|
|
+ }
|
|
|
|
|
|
if (Input.GetKeyDown(KeyCode.T))
|
|
|
{
|
|
|
@@ -87,5 +92,10 @@ namespace ET.Client
|
|
|
}
|
|
|
Log.Debug($"TestCancelAfter end");
|
|
|
}
|
|
|
+
|
|
|
+ private static async ETTask TestCancelAfter2(this OperaComponent self)
|
|
|
+ {
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
}
|