[add] script
[add] HoldButton
This commit is contained in:
16
assets/Script/HistoryPanel/HistoryPanel.ts
Normal file
16
assets/Script/HistoryPanel/HistoryPanel.ts
Normal 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
|
||||
}
|
||||
9
assets/Script/HistoryPanel/HistoryPanel.ts.meta
Normal file
9
assets/Script/HistoryPanel/HistoryPanel.ts.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.0.8",
|
||||
"uuid": "2dae2002-5461-4d34-9d22-320d94d87b57",
|
||||
"isPlugin": false,
|
||||
"loadPluginInWeb": true,
|
||||
"loadPluginInNative": true,
|
||||
"loadPluginInEditor": false,
|
||||
"subMetas": {}
|
||||
}
|
||||
Reference in New Issue
Block a user