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