Beispiel #1
0
 public void ProcessInput(int playerIndex, int note)
 {
     if (playerIndex == currentPlayer.index)
     {
         metronomeScript.PlayNote(note);
     }
 }