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