feat(gvg): 优化血量继承、实时刷新、遗迹天数、系统播报 6267076fc

This commit is contained in:
luying
2023-10-20 09:55:08 +08:00
parent c2ad7145c1
commit d9f911f520
14 changed files with 371 additions and 98 deletions

View File

@@ -45,6 +45,13 @@ export interface pvpEndParamInter {
subHid?: number;
}
export interface gvgEndParamInter {
actorId: number;
hp: number;
maxHp: number;
others: string;
}
export interface RougeDamageInter {
charaCode: string;
hp: number;