This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-17 00:05:44 +08:00
parent 68e0f81616
commit 8ad2313502
57 changed files with 12231 additions and 2286 deletions

View File

@@ -116,6 +116,11 @@ export class MainView extends JNGLayerBase {
GOnHookManager.getIns().onNextLevel();
}
//点击进入副本
onClickDungeon(){
app.layer.Open(GUI.DungeonView);
}
}