GM后台添加皮肤

This commit is contained in:
luying
2020-12-17 13:17:19 +08:00
parent b79157b5c9
commit 04063fe2d4
9 changed files with 115 additions and 64 deletions

View File

@@ -24,4 +24,7 @@ export interface Attributes {
defIngnore?: number;
bloodSuck?: number;
ap?: number;
}
}
export interface EquipInter {id: number, name: string, quality: number, type: number};
export interface BagInter {id: number, itemName: string, count: number, type: number, hid:number};