Note new boot location

This commit is contained in:
Sainan 2024-12-15 10:52:10 +01:00
parent a7df8629fa
commit 7c179d6c2a

View File

@ -19,7 +19,7 @@ export interface IShipInterior {
SkinFlavourItem?: string; SkinFlavourItem?: string;
} }
export type TBootLocation = "LISET" | "DRIFTER_CAMP" | "APARTMENT"; export type TBootLocation = "LISET" | "DRIFTER_CAMP" | "APARTMENT" | "SHOP";
export interface IShip { export interface IShip {
Features: string[]; Features: string[];