This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-06-18 16:22:00 +08:00
parent 13f28a4963
commit 842bf7cd8d

View File

@ -260,6 +260,9 @@ namespace GameLogic
{ {
m_tmpAllValue.text = ((int)m_AllPush).ToString(); m_tmpAllValue.text = ((int)m_AllPush).ToString();
m_tmpWaiXing.text = WaiXingCount.ToString(); m_tmpWaiXing.text = WaiXingCount.ToString();
m_rectWaiXing.gameObject.SetActive(WaiXingCount > 0);
} }
List<GameObject> m_ListEgo = new List<GameObject>(); List<GameObject> m_ListEgo = new List<GameObject>();