Update player points when game ends

This commit is contained in:
Christoph Hagen
2022-10-18 11:40:08 +02:00
parent df97271987
commit 3c4d1f0e29
5 changed files with 29 additions and 8 deletions

View File

@ -7,7 +7,7 @@ class Player {
let name: PlayerName
let totalPoints: Int
var totalPoints: Int
var socket: WebSocket?