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