Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-05 23:52:27 +00:00
parent 7556d911bf
commit 3e65568338

View File

@ -1016,6 +1016,10 @@
"parentPath": { "parentPath": {
"type": "string", "type": "string",
"description": "The path (not including the root planet object) of the parent of this game object. Optional (will default to the root sector)." "description": "The path (not including the root planet object) of the parent of this game object. Optional (will default to the root sector)."
},
"keepLoaded": {
"type": "boolean",
"description": "Should this detail stay loaded even if you're outside the sector (good for very large props)"
} }
} }
}, },