Refactoring

This commit is contained in:
DaanV2
2020-12-12 00:09:25 +01:00
parent 124cc839f1
commit 6d1ef3597b
226 changed files with 740 additions and 744 deletions

View File

@@ -82,20 +82,20 @@
"uniqueItems": true,
"type": "object",
"additionalProperties": {
"$ref": "components.json",
"$ref": "./components.json",
"uniqueItems": true,
"description": "The components that are added as the foundation of the entity",
"title": "The component schema"
}
},
"components": {
"$ref": "components.json",
"$ref": "./components.json",
"uniqueItems": true,
"description": "The components that are added as the foundation of the entity",
"title": "The component schema"
},
"events": {
"$ref": "events.json",
"$ref": "./events.json",
"uniqueItems": true,
"description": "The events that the entity can run, these add or remove components_groups",
"title": "The events schema"