Esempio n. 1
0
 void ButtonR1Function()
 {
     gameManager.LevelHandler();
     orderManager.sanityLevel = 15;
     scoreManager.SetScore();
     Destroy(BoxToDeliver);
     boxManager.ChangeButton();
     orderManager.SetRandomOrder();
     Debug.Log("R1 button is pressed");
 }