コード例 #1
0
ファイル: TestScript.cs プロジェクト: PlumpMath/Unity3D-Co
 public void TestCoroutine()
 {
     Co.Run(CountSeconds());
 }