Exemple #1
0
 public void EndPurchase()
 {
     Time.timeScale = 1f;
     purchaseManager.Close();
     gameState = GameState.RUNNING;
 }