mirror of
https://github.com/motajs/template.git
synced 2026-06-17 12:41:13 +08:00
11 lines
203 B
TypeScript
11 lines
203 B
TypeScript
export function create() {}
|
|
|
|
export * from './enemy';
|
|
export * from './hero';
|
|
export * from './legacy';
|
|
|
|
export * from './core';
|
|
export * from './ins';
|
|
export * from './shared';
|
|
export * from './types';
|