Exemple #1
0
 public void SendScoreAdjust(int scoreDifference)
 {
     client.SendPlayerInput(scoreDifference);
 }