game: add: goal statistic
This commit is contained in:
@ -75,7 +75,7 @@ export default class extends AbstractView
|
||||
|
||||
async join_game()
|
||||
{
|
||||
await this.game.join()
|
||||
await this.game.join();
|
||||
|
||||
let canvas = document.createElement("canvas");
|
||||
|
||||
|
Reference in New Issue
Block a user