Files
shooter-demo/client-cocos/assets/scripts/Modules/Pinball/Boot/index.ts

13 lines
331 B
TypeScript
Raw Normal View History

2025-11-28 18:10:10 +08:00
/**
* Pinball Boot
*
*/
export { PinballBootMode } from './BootTypes';
export type {
PinballBootConfig,
PinballBootResult
} from './BootTypes';
export { PinballBootstrap } from './PinballBootstrap';
export { PinballBootUtils } from './PinballBootUtils';