mirror of
https://github.com/motajs/template.git
synced 2026-07-21 11:21:10 +08:00
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
export * from './enemy';
|
|
export * from './hero';
|
|
|
|
export * from './core';
|
|
export * from './ins';
|
|
export * from './shared';
|
|
export * from './types';
|