Exemple #1
0
 private void GoalTeamOneTap(Player player = null)
 {
     TeamOneScore += 1;
     matchService.AddGoal(player);
     CheckGoalLimit(TeamOneScore);
 }