cocos基础工程

This commit is contained in:
janing
2025-11-28 18:10:10 +08:00
parent 4e4863c7e6
commit 9742bf21fa
88 changed files with 4626 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/**
* Pinball Boot 模块入口
* 导出启动相关的所有类型和类
*/
export { PinballBootMode } from './BootTypes';
export type {
PinballBootConfig,
PinballBootResult
} from './BootTypes';
export { PinballBootstrap } from './PinballBootstrap';
export { PinballBootUtils } from './PinballBootUtils';