Refactoring
This commit is contained in:
parent
8b3cb850a5
commit
9201b5318b
6 changed files with 19 additions and 19 deletions
|
|
@ -0,0 +1,11 @@
|
|||
import Stream from '../stream';
|
||||
import MiOS from '../../../../mios';
|
||||
|
||||
export class ReversiGameStream extends Stream {
|
||||
constructor(os: MiOS, me, game) {
|
||||
super(os, 'games/reversi-game', {
|
||||
i: me ? me.token : null,
|
||||
game: game.id
|
||||
});
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue