public class GameConstants { public static string LevelCompletedStatsKey = "LevelsCompleted"; public static string NameEnteredCheckKey = "IsNameEntered"; public static string AvatarSelectedCheckKey = "AvatarSelected"; public static string AvatarSelectedIndex = "AvatarSelectedIndex"; public static string DisplayNameKey = "DisplayName"; }