Ejemplo n.º 1
0
 public bool Call(int playerID, int gameID)
 {
     return(gameCenter.Call(playerID, gameID));
 }