This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-06-27 12:11:28 +08:00
parent 3c0dab5661
commit 90ebe8dc7f

View File

@ -114,6 +114,8 @@ namespace GameLogic
foreach (var action in m_PendingGiftActions)
{
action.Invoke();
Log.Debug("?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 释放");
}
m_PendingGiftActions.Clear();
}
@ -1329,6 +1331,7 @@ namespace GameLogic
m_TeamSortList.Clear();
m_DicTeamList.Clear();
m_PendingGiftActions.Clear();
@ -1422,6 +1425,7 @@ namespace GameLogic
WinAllValue = 0;
ScoreAllValue = 0;
m_PendingGiftActions.Clear();
GameModule.Timer.RemoveTimer(m_UpdateShowEmoTimer);