寻宝:修改寻宝中类型的使用

This commit is contained in:
liangtongchuan
2021-02-19 14:48:29 +08:00
parent 5cda61fc7c
commit a057da5c13
4 changed files with 40 additions and 62 deletions
@@ -0,0 +1,2 @@
import { ComBattleTeamParam } from './../../db/ComBattleTeam';
export type MemComBtlTeam = ComBattleTeamParam & { bossCurHp: number; curRnd: number };