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": {
|
||||
"$ref": "./ShipEngine.json"
|
||||
},
|
||||
"cooldown": {
|
||||
"$ref": "./Cooldown.json"
|
||||
},
|
||||
"modules": {
|
||||
"type": "array",
|
||||
"description": "Modules installed in this ship.",
|
||||
@ -56,6 +59,7 @@
|
||||
"modules",
|
||||
"mounts",
|
||||
"cargo",
|
||||
"fuel"
|
||||
"fuel",
|
||||
"cooldown"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user