8 行
314 B
TypeScript
8 行
314 B
TypeScript
|
|
|
||
|
|
/// <reference path="/Applications/Cocos/Creator/3.8.8/CocosCreator.app/Contents/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;
|
||
|
|
|