提交
This commit is contained in:
@@ -13,7 +13,7 @@ public class ItemNumShow : MonoBehaviour
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
GameDispatcher.Instance.AddListener(GameMsg.RefreshItemCount, RefreshItemCount);
|
||||
// GameDispatcher.Instance.AddListener(GameMsg.RefreshItemCount, RefreshItemCount);
|
||||
}
|
||||
private void RefreshItemCount(object obj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user