コード例 #1
0
ファイル: MainMenu.cs プロジェクト: ScottAHart/MK_Runner
 public void Play()
 {
     this.gameObject.SetActive(false);
     inGame.Begin();
 }