template/packages-user/data-state/src/index.ts
unanmed 09481451d4 feat(03-03): assemble CoreState replay registry
- Bind the L2 pathfinder to each fresh hero state
- Give each CoreState an independent ReplaySystem
- Assert all eight stable commands are assembled at the top level
2026-09-10 16:44:46 +08:00

10 lines
199 B
TypeScript

export * from './enemy';
export * from './event';
export * from './hero';
export * from './replay';
export * from './core';
export * from './ins';
export * from './shared';
export * from './types';