bnstooltips 1.20.2 → 1.20.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -168,6 +168,7 @@ export declare class BnsItemDto implements IBnsItemDto {
|
|
|
168
168
|
name?: string | undefined;
|
|
169
169
|
categories?: ItemCategoryDto[] | undefined;
|
|
170
170
|
icon?: ItemIconDto;
|
|
171
|
+
extraIcon?: ItemIconDto;
|
|
171
172
|
grade?: number;
|
|
172
173
|
classRequired?: RequiredClassDto[] | undefined;
|
|
173
174
|
stats?: ItemStatDto[] | undefined;
|
|
@@ -211,6 +212,7 @@ export interface IBnsItemDto {
|
|
|
211
212
|
name?: string | undefined;
|
|
212
213
|
categories?: ItemCategoryDto[] | undefined;
|
|
213
214
|
icon?: ItemIconDto;
|
|
215
|
+
extraIcon?: ItemIconDto;
|
|
214
216
|
grade?: number;
|
|
215
217
|
classRequired?: RequiredClassDto[] | undefined;
|
|
216
218
|
stats?: ItemStatDto[] | undefined;
|