示例#1
0
 public void respawn()
 {
     StopCoroutine("keepAttacking");
     health = 1.0f;
     head.spawnRandomHead();
     torso.spawnRandomTorso();
     StartCoroutine("keepAttacking");
 }