mirror of
https://github.com/motajs/template.git
synced 2026-06-15 11:36:10 +08:00
9 lines
170 B
TypeScript
9 lines
170 B
TypeScript
export * from './enemy';
|
|
export * from './flag';
|
|
export * from './hero';
|
|
export * from './load';
|
|
export * from './map';
|
|
|
|
export * from './game';
|
|
export * from './types';
|