Merge branch 'master' into hybrid-tl
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import Stream from '../stream';
|
||||
import MiOS from '../../../../mios';
|
||||
import Stream from '../../stream';
|
||||
import MiOS from '../../../../../mios';
|
||||
|
||||
export class ReversiGameStream extends Stream {
|
||||
constructor(os: MiOS, me, game) {
|
@ -1,6 +1,6 @@
|
||||
import StreamManager from '../stream-manager';
|
||||
import Stream from '../stream';
|
||||
import MiOS from '../../../../mios';
|
||||
import StreamManager from '../../stream-manager';
|
||||
import Stream from '../../stream';
|
||||
import MiOS from '../../../../../mios';
|
||||
|
||||
export class ReversiStream extends Stream {
|
||||
constructor(os: MiOS, me) {
|
Reference in New Issue
Block a user