Inheritance: Core.CustomYieldInstruction
Ejemplo n.º 1
0
 public static SimpleCoroutineAwaiter GetAwaiter(this WaitForUpdate instruction)
 {
     return(GetAwaiterReturnVoid(instruction));
 }