mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
add cooldown to refinery
This commit is contained in:
parent
a1f95817b3
commit
7a5be6d3df
@ -1133,6 +1133,9 @@
|
||||
"cargo": {
|
||||
"$ref": "../models/ShipCargo.json"
|
||||
},
|
||||
"cooldown": {
|
||||
"$ref": "../models/Cooldown.json"
|
||||
},
|
||||
"produced": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@ -1165,6 +1168,7 @@
|
||||
"type": "object",
|
||||
"required": [
|
||||
"cargo",
|
||||
"cooldown",
|
||||
"produced",
|
||||
"consumed"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user