Exemplo n.º 1
0
 void Respawn(int _hearths)
 {
     if (_hearths <= 0)
     {
         _lifePoints--;
         _hearts = _maxHearts;
         _scriptPos.ReturnCheck();
     }
 }