Exemple #1
0
 //set the given SoulVessel as the one that had won
 public void SetWinner(SoulVessel sw)
 {
     Win = sw;
 }
Exemple #2
0
 //remove the winner
 public void RemoveWin()
 {
     Win         = null;
     _cameraDest = ORIG_CAMERA_SPOT;
     Camera.main.transform.rotation = ORIG_CAMERA_ROTATION;
 }