Ejemplo n.º 1
0
 public virtual void DidRequestMatchWithPlayers(GKPlayer player, string[] playerIDsToInvite)
 {
 }
Ejemplo n.º 2
0
 public virtual void SetMute(bool isMuted, GKPlayer player)
 {
     SetMute(isMuted, player == null ? null : player.PlayerID);
 }