mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 20:06:06 +02:00
reversi 💮 💯
This commit is contained in:
11
src/client/app/common/scripts/streaming/reversi-game.ts
Normal file
11
src/client/app/common/scripts/streaming/reversi-game.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import Stream from './stream';
|
||||
import MiOS from '../../../mios';
|
||||
|
||||
export class ReversiGameStream extends Stream {
|
||||
constructor(os: MiOS, me, game) {
|
||||
super(os, 'reversi-game', {
|
||||
i: me ? me.token : null,
|
||||
game: game.id
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user