behavior-eden-coco-plugin/cc.d.ts
2023-09-21 01:32:33 +08:00

8 lines
283 B
TypeScript

/// <reference path="D:\CocosEditor\Creator\3.8.0\resources\resources\3d\engine\bin\.declarations\cc.d.ts"/>
/**
* @deprecated Global variable `cc` was dropped since 3.0. Use ES6 module syntax to import Cocos Creator APIs.
*/
declare const cc: never;