添加结算时记录最高积分

This commit is contained in:
luying
2021-01-08 17:11:31 +08:00
parent e17ed4cd47
commit 683d420c7e
2 changed files with 8 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ import { PVP_PLAYER_POS, PVP_HERO_POS } from '../consts';
interface pvpUpdateInter {
_id?: string;
oppPlayers?: OppPlayers[];
hisScore?: number;
score?: number;
pLv?:number;
heroScores?: HeroScores[];