mirror of
https://github.com/motajs/template.git
synced 2026-09-14 10:58:51 +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';
|