Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - private void checkAchievements() {
 - if (actionResolver.isSignedIn()) {
 - if (score >= 10)
 - actionResolver.unlockAchievementGPGS(Configuration.SCORE_10);
 - if (score >= 25)
 - actionResolver.unlockAchievementGPGS(Configuration.SCORE_25);
 - if (score >= 50)
 - actionResolver.unlockAchievementGPGS(Configuration.SCORE_50);
 - if (score >= 75)
 - actionResolver.unlockAchievementGPGS(Configuration.SCORE_75);
 - if (score >= 100)
 - actionResolver.unlockAchievementGPGS(Configuration.SCORE_100);
 - actionResolver.unlockAchievementGPGS(Configuration.GAMESPLAYED_100);
 - }
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment