This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-19 19:03:44 +08:00
parent ed4e094536
commit 79c5ef00f7
59 changed files with 4221 additions and 335 deletions

View File

@@ -57,6 +57,7 @@ export class IntoBattleView extends JNLayerBase {
}
onJNClose(): void {
super.onJNClose();
//取消监听
app.event.off(PlayerPetEvent.UPDATE_INFO,this.onPetMinus,this); //减少宠物
}