mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
This commit is contained in:
parent
502cf72a7e
commit
c87997c774
13 changed files with 134 additions and 27 deletions
|
|
@ -196,10 +196,12 @@ function (ProtocolHelper, GameController, User, Nc, Settings, DomController) {
|
|||
this.gameController.createPlayer(this.users[userId]);
|
||||
}
|
||||
}
|
||||
|
||||
this.gameController.beginRound();
|
||||
};
|
||||
|
||||
Networker.prototype.onEndRound = function() {
|
||||
this.gameController.toggleGameStats(true);
|
||||
this.gameController.endRound();
|
||||
};
|
||||
|
||||
return Networker;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue