Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-20 02:21:49 +00:00
parent 047bcb9f56
commit 41ba319e74

View File

@ -2271,10 +2271,12 @@
"default": true
},
"radius": {
"type": "number",
"description": "Radius of the shock effect",
"format": "float",
"default": 1.1
"type": [
"null",
"number"
],
"description": "Override the calculated radius of the shock effect",
"format": "float"
},
"assetBundle": {
"type": "string",