public class GameConstants { public static string LevelCompletedStatsKey = "LevelsCompleted"; public static string NameEnteredCheckKey = "IsNameEntered"; public static string DisplayNameKey = "DisplayName"; public static string Ach_CompleteEasyLevelKey = "Completed_Easy_Level"; public static string Ach_CompleteMediumLevelKey = "Completed_Medium_Level"; public static string Ach_CompleteHardLevelKey = "Completed_Hard_Level"; public static string Ach_CompleteExpertLevelKey = "Completed_Expert_Level"; public static string Ach_CompleteAdvanceLevelKey = "Completed_Advance_Level"; public static string Ach_Watched10Ads = "Watched_10_Ads"; public static string Ach_Watched20Ads = "Watched_20_Ads"; public static string Ach_RotatedPipes = "Rotated_Pipes"; }