示例#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;
 }