Example #1
0
 public void ResetPlayer(bool hard)
 {
     hardMode = hard;
     score    = 0;
     flow.Reset(startingFlow);
     OffTutorial();
 }