コード例 #1
0
ファイル: GameControl.cs プロジェクト: wattson-coder/TD
 public static void GameWon()
 {
     instance.StartCoroutine(instance._GameWon());
 }