mirror of
				https://github.com/smallmain/cocos-enhance-kit.git
				synced 2025-10-31 21:25:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			340 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			340 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| if (CC_WORKER_ASSET_PIPELINE) {
 | |
|     const assetManagerWorkerAdapter = require("./asset-manager.js");
 | |
|     ipcMain.registerHandler("assetManager", assetManagerWorkerAdapter);
 | |
| }
 | |
| 
 | |
| if (CC_WORKER_AUDIO_SYSTEM && cc._Audio) {
 | |
|     const audioWorkerAdapter = require("./audio.js");
 | |
|     ipcMain.registerHandler("audioAdapter", audioWorkerAdapter);
 | |
| }
 |