Files
o3de/AutomatedTesting/Editor/Scripts/SettingsRegistry/example.file.setreg
T
2021-03-25 13:57:57 -07:00

19 lines
371 B
Plaintext

{
"AutomatedTesting":
{
"ScriptingTestArray":
[
"Hello",
"World",
"Amazon",
"Lumberyard"
],
"ScriptingTestBool": true,
"ScriptingTestObject":
{
"TestInt": 551,
"TestDouble": 343.02,
"TestString": "BehaviorContext"
}
}
}