Exemplo n.º 1
0
 public virtual void BreakGame(string scene)
 {
     round = 1;
     WinerReferee.Reset();
     SceneManager.LoadScene(scene);
 }
Exemplo n.º 2
0
 public void ReGame()
 {
     round = 1;
     WinerReferee.Reset();
     SceneManager.LoadScene("Battle");
 }