Merge branch 'master' into hybrid-tl

This commit is contained in:
syuilo
2018-07-11 13:47:26 +09:00
9 changed files with 12 additions and 12 deletions

View File

@ -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) {

View File

@ -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) {