Beispiel #1
0
 public void GoButton()
 {
     patternScreen.gameObject.SetActive(false);
     if (!levelStarted)
     {
         levelStarted = true;
         timer.StartCount();
     }
 }