[add] Lobby 按鈕功能
This commit is contained in:
@@ -5,6 +5,20 @@ const { ccclass, property } = cc._decorator;
|
||||
/** HistoryPanel */
|
||||
@ccclass
|
||||
export default class HistoryPanel extends UIPanel {
|
||||
//#region get set
|
||||
|
||||
public get History(): Map<string, string[]> { return this._m_history; }
|
||||
private _m_history: Map<string, string[]> = new Map<string, string[]>();
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Lifecycle
|
||||
|
||||
protected *ImplementReadyShow(...param: any[]): IterableIterator<any> {
|
||||
cc.log("HistoryPanel ImplementReadyShow");
|
||||
}
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Custom
|
||||
|
||||
|
||||
Reference in New Issue
Block a user