コード例 #1
0
ファイル: GameManager.cs プロジェクト: Tufff/Kosz
 // Start is called before the first frame update
 void Start()
 {
     scrDis.SetMoney(money);
     Time.timeScale = 1f;
     score          = 0;
     comboCount     = 1;
 }