mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-15 01:31:14 +09:00
Update index.ts
This commit is contained in:
parent
5f48109230
commit
11404e545e
@ -7,5 +7,7 @@ export * as Serializer from './serializer.js';
|
||||
export * as Common from './common.js';
|
||||
export * as Utils from './utils.js';
|
||||
|
||||
export { MasterGameEngine, MasterState } from './engine.master.js';
|
||||
export { PlayerGameEngine, PlayerState } from './engine.player.js';
|
||||
export { MasterGameEngine } from './engine.master.js';
|
||||
export type { MasterState } from './engine.master.js';
|
||||
export { PlayerGameEngine } from './engine.player.js';
|
||||
export type { PlayerState } from './engine.player.js';
|
||||
|
Loading…
Reference in New Issue
Block a user