|
|
|
@ -2,11 +2,13 @@
|
|
|
|
|
public class GameConstants
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
public static string LevelCompletedStatsKey = "LevelsCompleted";
|
|
|
|
|
public static string GameNamePrefix = "PiPuzzle";
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|