Esempio n. 1
0
 public void NewGame()
 {
     m_lstNextNum.Clear();
     m_lstNextNum.Add(1);
     m_lstNextNum.Add(2);
     ResetNext();
     f_uScore   = 0;
     f_uHighest = PlayerPrefs.GetInt("HightScore");
     _Table.Init(m_uNextNum);
 }