改了格子大小
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user