first commmit

This commit is contained in:
jakciehan
2026-05-06 08:17:32 +08:00
commit 427a33c55b
269 changed files with 20906 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
/**
* Common (platform-agnostic) utilities. Anything imported from this barrel
* file must stay free of `cc` dependencies so that it can be unit-tested
* under Jest (see `tests/__mocks__/cc.ts`).
*/
export * from './Constants';
export * from './EventBus';
export * from './ObjectPool';
export * from './TimeMgr';
export * from './StorageMgr';
export * from './Logger';
export * from './PerfMonitor';