[fix] Lobby 初始化清空 Child
This commit is contained in:
@@ -6,7 +6,11 @@ const { ccclass, property } = cc._decorator;
|
||||
@ccclass
|
||||
export default class Lobby extends UIPanel {
|
||||
|
||||
//#region OnClick
|
||||
//#region Lifecycle
|
||||
|
||||
protected *ImplementReadyShow(...param: any[]): IterableIterator<any> {
|
||||
cc.log("Lobby ImplementReadyShow");
|
||||
}
|
||||
|
||||
//#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user