This commit is contained in:
syuilo
2018-07-11 13:47:01 +09:00
parent 876f659847
commit 227cfd6e2f
8 changed files with 11 additions and 11 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) {