mirror of
https://github.com/motajs/template.git
synced 2026-06-16 12:11:13 +08:00
11 lines
222 B
TypeScript
11 lines
222 B
TypeScript
export * from './combat';
|
|
export * from './common';
|
|
export * from './enemy';
|
|
export * from './flag';
|
|
export * from './hero';
|
|
export * from './load';
|
|
export * from './map';
|
|
|
|
export * from './game';
|
|
export * from './types';
|