wip
This commit is contained in:
parent
9c79f5d135
commit
4597d5db91
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import CRC32 from 'crc-32';
|
import CRC32 from 'crc-32';
|
||||||
import { TileType, House, Huro, TILE_TYPES, YAKU_DEFINITIONS, TileId } from './common.js';
|
import { TileType, House, Huro, TileId } from './common.js';
|
||||||
import * as Common from './common.js';
|
import * as Common from './common.js';
|
||||||
import { PlayerState } from './engine.player.js';
|
import { PlayerState } from './engine.player.js';
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import CRC32 from 'crc-32';
|
import CRC32 from 'crc-32';
|
||||||
import { TileType, House, Huro, TileId, YAKU_DEFINITIONS } from './common.js';
|
import { TileType, House, Huro, TileId } from './common.js';
|
||||||
import * as Common from './common.js';
|
import * as Common from './common.js';
|
||||||
|
|
||||||
//#region syntax suger
|
//#region syntax suger
|
||||||
|
|
Loading…
Reference in a new issue