auto: Formatted json files

This commit is contained in:
DaanV2
2020-11-17 21:19:54 +01:00
parent e9eed3d078
commit 79d08e5bc6
19 changed files with 74 additions and 122 deletions

View File

@@ -60,7 +60,7 @@
"add": {
"title": "Add",
"$ref": "#/definitions/addremove",
"description": "The components groups to be added to this entity"
"description": "The components groups to be added to this entity"
},
"filters": {
"$ref": "./filters.json"

View File

@@ -10,15 +10,9 @@
"is_spawnable": true,
"is_summonable": true
},
"component_groups": {
},
"components": {
},
"events": {
}
"component_groups": {},
"components": {},
"events": {}
}
}
],