Ejemplo n.º 1
0
 public void RestartZoneWithDelayAndHealthReset(float delay)
 {
     SceneController.RestartZoneWithDelay(delay, true);
 }
Ejemplo n.º 2
0
 public void RestartZoneWithDelay(float delay)
 {
     SceneController.RestartZoneWithDelay(delay, false);
 }