This commit is contained in:
Shuozhe 2021-07-10 00:46:41 +02:00
parent 8483168c96
commit bfcbd65763
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
}
}
this.game.draw_score = response.playerScore[0];
this.game.players[0].score = response.playerScore[1];
this.game.players[1].score = response.playerScore[2];
},