예제 #1
0
 public static void IncrementAchievement(ColorsAchievements achv, int step = 1)
 {
     socialService?.IncrementAchievement(achv);
 }