[fix] Lobby 初始化清空 Child

This commit is contained in:
2022-05-07 10:54:33 +08:00
parent d771dd7593
commit 6bc14bc92a
11 changed files with 1278 additions and 1682 deletions

View File

@@ -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
}