Exemplo n.º 1
0
 public void restart()
 {
     brother1.restart();
     leg1.restart();
     brother2.restart();
     leg2.restart();
     GameObject.FindGameObjectWithTag("ParallaxManager").GetComponent <parralaxManager> ().isPaused(false);
     state = BrotherState.Running;
 }