chore: update for 1999 #576

Merged
Sainan merged 4 commits from 1999 into main 2024-12-15 19:50:51 -08:00
Showing only changes of commit 7c179d6c2a - Show all commits

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[];