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

SpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/SpaceNinjaServer

chore: add Conselor to IInventoryClient this isn't an accolade, but it unlocks a new chat

61e168e4
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified src/types/inventoryTypes/inventoryTypes.ts +1 -0
@@ -238,6 +238,7 @@ export interface IInventoryClient extends IDailyAffiliations, InventoryClientEqu
238 238 Accolades?: {
239 239 Heirloom?: boolean;
240 240 };
241 Counselor?: boolean;
241 242 Upgrades: IUpgradeClient[];
242 243 EquippedGear: string[];
243 244 DeathMarks: string[];