改了格子大小

This commit is contained in:
tangbin
2025-07-25 15:36:10 +08:00
parent 5d63e4878c
commit f88a2e9504
1009 changed files with 69967 additions and 81 deletions

View File

@@ -168,4 +168,9 @@ public class UIMonsterItem : UIBaseItem
btnHide.onClick.RemoveAllListeners();
btnHide.onClick.AddListener(OnHideSelf);
}
public override void OnClickItemSelf()
{
base.OnClickItemSelf();
UIWindow.Instance.uiMonstersPanel.OnClickItem(this);
}
}