XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

improve: IShip (#154)

3acd8e9f
Sainan <sainan@calamity.gg>
提交于

代码差异

1 个文件 +1 -0
Modified src/types/shipTypes.ts +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 {