|
|
|
@ -1,13 +1,14 @@
|
|
|
|
|
|
|
|
|
|
public class GameConstants
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
public static string LevelCompletedStatsKey = "LevelsCompleted";
|
|
|
|
|
public static string GameNamePrefix = "FlyingFred";
|
|
|
|
|
public static string HighScoreStatsKey = GameNamePrefix+"_HighScore";
|
|
|
|
|
public static string NameEnteredCheckKey = "IsNameEntered";
|
|
|
|
|
public static string AvatarSelectedCheckKey = "AvatarSelected";
|
|
|
|
|
public static string AvatarSelectedIndex = "AvatarSelectedIndex";
|
|
|
|
|
public static string DisplayNameKey = "DisplayName";
|
|
|
|
|
|
|
|
|
|
public static string PlayfabTitleId = "168AE2";
|
|
|
|
|
//#region MyRegion
|
|
|
|
|
|
|
|
|
|
//public static string Ach_CompleteEasyLevelKey = "Completed_Easy_Level";
|
|
|
|
@ -17,6 +18,6 @@ public class GameConstants
|
|
|
|
|
//public static string Ach_CompleteAdvanceLevelKey = "Completed_Advance_Level";
|
|
|
|
|
//public static string Ach_WatchedAds = "Watched_Ads";
|
|
|
|
|
//public static string Ach_RotatedPipes = "Rotated_Pipes";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//#endregion
|
|
|
|
|
}
|
|
|
|
|