Esempio n. 1
0
 private void RunPayout()
 {
     Debug.Log("RunPayout");
     payout_manager.RunPayout();
     SetGameState(GameState.Reset);
 }