Exemplo n.º 1
0
 public void resumeGame()
 {
     Time.timeScale = 1;
     ui.enableGameobject();
     sound.playSound("click");
 }