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