mirror of
https://github.com/motajs/template.git
synced 2026-09-15 11:28:50 +08:00
- 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
10 lines
199 B
TypeScript
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';
|