Пример #1
0
 public void Respawn()
 {
     Alive = true;
     _shout.Reset();
     transform.position = _startPos;
     transform.rotation = _startRot;
     StatusSprite.color = AliveColor;
     Stop();
 }