Esempio n. 1
0
 void Update()
 {
     if (!playing || pausing)
     {
         return;
     }
     gameMode.GameProcess();
 }