wip
This commit is contained in:
10
src/web/app/common/scripts/streaming/othello-game.ts
Normal file
10
src/web/app/common/scripts/streaming/othello-game.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import Stream from './stream';
|
||||
|
||||
export class OthelloGameStream extends Stream {
|
||||
constructor(me, game) {
|
||||
super('othello-game', {
|
||||
i: me.token,
|
||||
game: game.id
|
||||
});
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user