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