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