游戏记录上报增加赛季标签

This commit is contained in:
zhl 2021-01-12 17:36:52 +08:00
parent 3a6dde6eec
commit f90542ae69

View File

@ -185,7 +185,8 @@ export class GameResultCommand extends Command<CardGameState, {}> {
let data: any = { let data: any = {
roomid: this.room.roomId, roomid: this.room.roomId,
round: this.state.round, round: this.state.round,
winner: winner winner: winner,
season: 0,
} }
let players: any[] = []; let players: any[] = [];
let i = 0; let i = 0;