添加结算时记录最高积分
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user