Example #1
0
 void Stop()
 {
     inputController.Stop();
     coroutineHandler.StopAllCoroutines();
     playingGame = false;
 }