Ejemplo n.º 1
0
 void callStartGame()
 {
     hasStartedGame   = true;
     script           = FindObjectOfType <GameStateScript>();
     script.gameState = "gameStarted";
     script.startGame();
 }