public static void removeAchievementListener(setAchievementUnlocked method)
 {
     achievementUnlocked -= method;
 }
 //achievements
 public static void addAchievementListener(setAchievementUnlocked method)
 {
     achievementUnlocked += method;
 }