コード例 #1
0
ファイル: CoroutineTask.cs プロジェクト: Zitga/zitga-base
 public object WaitForDone()
 {
     return(asyncResult.WaitForDone());
 }