Files
Genarrative/src/services/match3d-runtime/index.ts

25 lines
610 B
TypeScript

export {
buildLocalMatch3DOptimisticRun,
confirmLocalMatch3DClick,
MATCH3D_VISUAL_SEEDS,
normalizeLocalMatch3DRuntimeClearCount,
resolveLocalMatch3DItemTypeCount,
resolveLocalMatch3DTimer,
startLocalMatch3DRun,
stopLocalMatch3DRun,
} from './match3dLocalRuntime';
export {
createLocalMatch3DRuntimeAdapter,
createServerMatch3DRuntimeAdapter,
type Match3DRuntimeAdapter,
} from './match3dRuntimeAdapter';
export {
clickMatch3DItem,
finishMatch3DTimeUp,
getMatch3DRun,
match3dRuntimeClient,
restartMatch3DRun,
startMatch3DRun,
stopMatch3DRun,
} from './match3dRuntimeClient';