This commit is contained in:
DaanV2
2021-11-16 13:28:07 +01:00
parent 37eb685e09
commit dbcc99a8e2
2 changed files with 8 additions and 7 deletions

View File

@@ -21,11 +21,11 @@
"type": "array",
"items": [
{
"$ref": "../../../../molang/number.json",
"$ref": "../../../molang/number.json",
"title": "Min"
},
{
"$ref": "../../../../molang/number.json",
"$ref": "../../../molang/number.json",
"title": "Max"
}
]