Update schema.json

This commit is contained in:
Ben C 2022-05-05 20:07:07 -07:00 committed by GitHub
parent 46a077ec48
commit a412115365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,8 +141,11 @@
"default": false
},
"childrenToDestroy": {
"type": "string",
"type": "array",
"description": "A list of paths to child GameObjects to destroy on this planet",
"items": {
"type": "string"
},
"default": []
},
"Base": {