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