mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update: ship now returns cooldown
This commit is contained in:
parent
7c187219fb
commit
6ac8e2ea8f
@ -24,6 +24,9 @@
|
|||||||
"engine": {
|
"engine": {
|
||||||
"$ref": "./ShipEngine.json"
|
"$ref": "./ShipEngine.json"
|
||||||
},
|
},
|
||||||
|
"cooldown": {
|
||||||
|
"$ref": "./Cooldown.json"
|
||||||
|
},
|
||||||
"modules": {
|
"modules": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Modules installed in this ship.",
|
"description": "Modules installed in this ship.",
|
||||||
@ -56,6 +59,7 @@
|
|||||||
"modules",
|
"modules",
|
||||||
"mounts",
|
"mounts",
|
||||||
"cargo",
|
"cargo",
|
||||||
"fuel"
|
"fuel",
|
||||||
|
"cooldown"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user