Exemple #1
0
 public override void Tick()
 {
     touchHandler.HandleTouchInput();
     if (MatchManager.matchTimer <= 0 && MatchManager.gameType == GameType.GolfLeague)
     {
         MatchManager.SetState(new MatchEnd(MatchManager));
         MatchManager.startTimer = false;
     }
 }