返回提交历史
Modified
src/types/shipTypes.ts
+1
-0
XFEstudio/XFESpaceNinjaServer
improve: IShip (#154)
3acd8e9f
代码差异
1 个文件
+1
-0
@@ -25,6 +25,7 @@ export interface IShip {
25
25
ShipInterior: IShipInterior;
26
26
Rooms: IRooms[];
27
27
ContentUrlSignature: string;
28
BootLocation?: "LISET" | "DRIFTER_CAMP" | "APARTMENT";
28
29
}
29
30
30
31
export interface IShipDatabase {