Clients/Client2018/content/internal/AppShell/Modules/Shell/PageKeys.lua

57 lines
828 B
Lua

local PageKeys =
{
AccountSettings =
{
Key = "AccountSettingsKey",
AccountInfo =
{
Key = "AccountInfoKey",
LinkAccountSetting =
{
Key = "LinkAccountSetting",
UnlinkAccountOverlay =
{
Key = "UnlinkAccountOverlayKey"
}
}
},
Security =
{
Key = "SecurityKey",
},
XboxSettings =
{
Key = "XboxSettingsKey",
CrossPlatformSetting =
{
Key = "CrossPlatformSettingKey"
},
PrivilegeSettings =
{
Key = "PrivilegeSettings",
MultiplayerSetting =
{
Key = "MultiplayerSettingKey"
},
SharedContentSetting =
{
Key = "SharedContentSettingKey"
},
},
}
},
FriendCategories =
{
Key = "FriendCategories",
AllFriends =
{
Key = "AllFriends",
},
OnlineFriends =
{
Key = "OnlineFriends",
},
}
}
return PageKeys