1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
local SETTING_FORMAT = "TrialAccountType%iSeenVersion"
local seenVersion = 0
if accountTypeId > 0 then
--If you hit this assert, it means we got an accountTypeId from services that corresponds to a def that we didn't add a setting for.
--Add the setting in question to GameSettings.xml
end
end
end |