improve: IShip (#154)

This commit is contained in:
Sainan 2024-05-04 14:46:36 +02:00 committed by GitHub
parent c31d82b61e
commit 3acd8e9f74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ export interface IShip {
ShipInterior: IShipInterior;
Rooms: IRooms[];
ContentUrlSignature: string;
BootLocation?: "LISET" | "DRIFTER_CAMP" | "APARTMENT";
}
export interface IShipDatabase {