[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,16 @@
import UIPanel from "../Engine/Component/UIPanel/UIPanel";
const { ccclass, property } = cc._decorator;
/** HistoryPanel */
@ccclass
export default class HistoryPanel extends UIPanel {
//#region Custom
public LoadRecord(): void {
// throw new Error("Method not implemented.");
}
//#endregion
}

View File

@@ -0,0 +1,9 @@
{
"ver": "1.0.8",
"uuid": "2dae2002-5461-4d34-9d22-320d94d87b57",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}