Exemple #1
0
 // iOS 6+ only! Checks the given playerIds to see if any are eligible for the achievement challenge
 public void SelectChallegeablePlayerIdsForAchievement(string identifier, string[] playerIds)
 {
     GameCenterBinding.selectChallengeablePlayerIDsForAchievement(identifier, playerIds);
 }