🐞 fix(gvg): 对手添加等级

This commit is contained in:
luying
2023-02-23 17:49:35 +08:00
parent 0deebf2947
commit 7300efd263
6 changed files with 16 additions and 7 deletions

View File

@@ -55,6 +55,7 @@ export interface DicWar {
readonly secondAttrLevel: number;
// 显示
readonly selectView: number;
readonly level: number;
}
export interface DicComBattleReward {