- Add min to health (#216)

This commit is contained in:
Xterionix
2024-02-17 15:36:10 +05:00
committed by GitHub
parent b84a0b530b
commit 0283fe124d

View File

@@ -6,6 +6,11 @@
"additionalProperties": false,
"required": [],
"properties": {
"min": {
"type": "integer",
"description": "The minimum starting health an entity has.",
"title": "Minimum"
},
"max": {
"type": "integer",
"description": "The maximum starting health an entity has.",