[add] script
[add] HoldButton
This commit is contained in:
12
assets/Script/Lobby/Lobby.ts
Normal file
12
assets/Script/Lobby/Lobby.ts
Normal 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
|
||||
}
|
||||
9
assets/Script/Lobby/Lobby.ts.meta
Normal file
9
assets/Script/Lobby/Lobby.ts.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.0.8",
|
||||
"uuid": "83a72f1c-972e-4244-85a2-dc25a5c30b14",
|
||||
"isPlugin": false,
|
||||
"loadPluginInWeb": true,
|
||||
"loadPluginInNative": true,
|
||||
"loadPluginInEditor": false,
|
||||
"subMetas": {}
|
||||
}
|
||||
Reference in New Issue
Block a user