This commit is contained in:
zhl 2020-12-04 19:48:13 +08:00
parent 1db9931fcc
commit 7f26c7b253

View File

@ -63,7 +63,7 @@ export class PartResultCommand extends Command<CardGameState, {}> {
execute() {
this.state.gameState = GameStateConst.STATE_ROUND_RESULT;
// const time = singleton(GameEnv).resultShowTime || 1;
const time = singleton(GameEnv).resultShowTime || 1;
// let team0 = [];
// let team1 = [];
// for (let [sessionId, player] of this.state.players) {