improve: IShip #154

Merged
Sainan merged 1 commits from iship into main 2024-05-04 05:46:36 -07:00

View File

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