取消掉副英雄

This commit is contained in:
2025-07-14 16:53:39 +08:00
parent 0815d64f3c
commit fbcd12a5b9
19 changed files with 89 additions and 202 deletions

View File

@@ -157,7 +157,6 @@ uiManager.onPlayerSelectOption(0, options);
```typescript
// 在HeroViewComp.ts的to_update方法中添加
to_update() {
if(!this.is_master) return
// 原有的升级逻辑
oops.message.dispatchEvent(GameEvent.HeroLvUp,{lv:this.lv})