Beispiel #1
0
 private void BeginMatch()
 {
     Scorekeeper.SetMatchState(MatchState.AUTONOMOUS);
     PlaySound(matchStart);
     hasPlayedMatchStart = true;
 }