Add cooldown to ship model

This commit is contained in:
brct-james 2023-07-16 15:58:41 +00:00
parent 37b7a029a4
commit 3148db1db9

View File

@ -43,6 +43,9 @@
}, },
"fuel": { "fuel": {
"$ref": "./ShipFuel.json" "$ref": "./ShipFuel.json"
},
"cooldown": {
"$ref": "./Cooldown.json"
} }
}, },
"required": [ "required": [