mirror of
https://github.com/motajs/template.git
synced 2026-05-02 12:23:13 +08:00
10 lines
196 B
TypeScript
10 lines
196 B
TypeScript
export * from './common';
|
|
export * from './enemy';
|
|
export * from './flag';
|
|
export * from './hero';
|
|
export * from './load';
|
|
export * from './map';
|
|
|
|
export * from './game';
|
|
export * from './types';
|