[add] script

[add] HoldButton
This commit is contained in:
2022-05-02 21:04:23 +08:00
parent 26f0052207
commit 119db9b977
39 changed files with 5052 additions and 2726 deletions

View File

@@ -0,0 +1,12 @@
import UIPanel from "../Engine/Component/UIPanel/UIPanel";
const { ccclass, property } = cc._decorator;
/** VoicePanel */
@ccclass
export default class Lobby extends UIPanel {
//#region OnClick
//#endregion
}

View File

@@ -0,0 +1,9 @@
{
"ver": "1.0.8",
"uuid": "83a72f1c-972e-4244-85a2-dc25a5c30b14",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}