feat(inventory): add accolade fields to IInventoryResponse (#586)
This commit is contained in:
parent
b0b2d9f6fa
commit
144ac5850c
@ -170,6 +170,14 @@ export interface IInventoryResponse {
|
||||
PendingRecipes: IPendingRecipeResponse[];
|
||||
TrainingDate: IMongoDate;
|
||||
PlayerLevel: number;
|
||||
Staff?: boolean;
|
||||
Founder?: number;
|
||||
Guide?: number;
|
||||
Moderator?: boolean;
|
||||
Partner?: boolean;
|
||||
Accolades?: {
|
||||
Heirloom?: boolean;
|
||||
};
|
||||
Upgrades: ICrewShipSalvagedWeaponSkin[];
|
||||
EquippedGear: string[];
|
||||
DeathMarks: string[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user