add gs
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
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
|
||||
Reference in New Issue
Block a user