From 3acd8e9f74cfe5e5efe8930d1aabfc2df9440ca2 Mon Sep 17 00:00:00 2001 From: Sainan Date: Sat, 4 May 2024 14:46:36 +0200 Subject: [PATCH] improve: IShip (#154) --- src/types/shipTypes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/shipTypes.ts b/src/types/shipTypes.ts index 05ac65da..c8b82a1a 100644 --- a/src/types/shipTypes.ts +++ b/src/types/shipTypes.ts @@ -25,6 +25,7 @@ export interface IShip { ShipInterior: IShipInterior; Rooms: IRooms[]; ContentUrlSignature: string; + BootLocation?: "LISET" | "DRIFTER_CAMP" | "APARTMENT"; } export interface IShipDatabase {