1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 17:35:40 +02:00
This commit is contained in:
syuilo
2024-07-02 10:10:18 +09:00
parent 9c79f5d135
commit 4597d5db91
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*/
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 { PlayerState } from './engine.player.js';

View File

@@ -4,7 +4,7 @@
*/
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';
//#region syntax suger