This commit is contained in:
syuilo 2018-07-11 13:50:37 +09:00
parent 98775ecb43
commit 60e866ec25

View File

@ -1,6 +1,6 @@
import * as websocket from 'websocket';
import * as redis from 'redis';
import * as CRC32 from 'crc-32/types';
import * as CRC32 from 'crc-32';
import ReversiGame, { pack } from '../../../../models/games/reversi/game';
import { publishReversiGameStream } from '../../../../stream';
import Reversi from '../../../../games/reversi/core';