|
|
|
@ -1,13 +1,14 @@
|
|
|
|
|
|
|
|
|
|
public class GameConstants
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
public static string LevelCompletedStatsKey = "LevelsCompleted";
|
|
|
|
|
public static string GameNamePrefix = "HeroesOfLabyrinth";
|
|
|
|
|
public static string LevelCompletedStatsKey = GameNamePrefix+"_LevelsCompleted";
|
|
|
|
|
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";
|
|
|
|
|