mirror of
https://github.com/motajs/template.git
synced 2026-06-17 12:41:13 +08:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
export * from './enemy';
|
|
export * from './manager';
|
|
export * from './special';
|
|
export * from './types';
|