Пример #1
0
 // Increment the the steps of the achivement to Unlock
 public void Increment(string achivementName, int amount)
 {
     PlayGamesManager.IncrementAchivement(achivementName, amount);
 }