Beispiel #1
0
 public void ApplyToJoinGame(string gameID, int playerID)
 {
     m_wcfClient.ApplyToJoinGame(gameID, playerID);
 }