暂时这样

This commit is contained in:
tangbin
2025-06-22 18:50:47 +08:00
parent b1c9facf3e
commit e0e5c3fb04
4 changed files with 27 additions and 24 deletions

View File

@@ -448,6 +448,7 @@ public class UIMonsterPanel : MonoBehaviour
if (_dicAllItem.TryGetValue(Idx, out var monsterItem))
{
monsterItem.btnClickSelf.Select();
OnClickItem(monsterItem);
}
}
public void UpdateMonsterPos(int Idx, Vector2Int newPos)