Esempio n. 1
0
 void CmdRespawnOnServer()
 {
     healthScript.ResetHealth();
 }
Esempio n. 2
0
 void CmdRespawnOnServer()      //Run a command on the server to reset the player's health globally
 {
     healthScript.ResetHealth();
 }