Refactor
This commit is contained in:
parent
876f659847
commit
227cfd6e2f
8 changed files with 11 additions and 11 deletions
|
|
@ -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) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue