Update ShipyardShip.json

remove "symbol" from required in ShipyardShip.json
This commit is contained in:
Daniele Corallo 2024-05-29 08:27:47 +02:00 committed by GitHub
parent 533b5b76f4
commit 7da6e5f193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,6 @@
}, },
"required": [ "required": [
"type", "type",
"symbol",
"name", "name",
"description", "description",
"supply", "supply",
@ -71,4 +70,4 @@
"mounts", "mounts",
"crew" "crew"
] ]
} }