[add] Lobby 按鈕功能
This commit is contained in:
@@ -6,7 +6,19 @@ const { ccclass, property } = cc._decorator;
|
||||
@ccclass
|
||||
export default class ScoreBoard extends UIPanel {
|
||||
|
||||
//#region OnClick
|
||||
//#region public
|
||||
|
||||
public isSingleMode: boolean = false;
|
||||
public firstTeam: number = 0;
|
||||
public selectedList: string[] = [];
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Lifecycle
|
||||
|
||||
protected *ImplementReadyShow(...param: any[]): IterableIterator<any> {
|
||||
cc.log("ScoreBoard ImplementReadyShow");
|
||||
}
|
||||
|
||||
//#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user