[add] Set CocosBridge(Cocos to Web)

This commit is contained in:
建喵 2022-08-29 15:17:11 +08:00
parent ecad6d01e3
commit 1606c28b5c
7 changed files with 645 additions and 626 deletions

View File

@ -0,0 +1,9 @@
/** System類型 */
export enum System_Eevent {
/** SetFCMToken */
SetFCMToken,
/** Test */
Test
}

View File

@ -0,0 +1,10 @@
{
"ver": "1.1.0",
"uuid": "f0d14145-1175-48fa-b591-4b98f59a0e04",
"importer": "typescript",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}