mirror of
https://github.com/motajs/template.git
synced 2026-07-18 18:01:10 +08:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
export * from './enemy';
|
|
export * from './manager';
|
|
export * from './special';
|
|
export * from './types';
|