mirror of
https://gitee.com/sli97/behavior-eden-coco-plugin.git
synced 2024-12-25 03:09:09 +00:00
8 lines
283 B
TypeScript
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;
|
|
|