behavior-eden-coco-plugin/cc.d.ts

8 lines
283 B
TypeScript
Raw Normal View History

2023-09-20 17:32:11 +00:00
/// <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;