bingo b面修改

This commit is contained in:
2026-05-08 11:03:44 +08:00
parent ad5920ac6a
commit 5d32fd56f4
1780 changed files with 36187 additions and 73978 deletions
@@ -96,7 +96,7 @@ namespace BingoBrain
{
GameDispatcher.Instance.AddListener(BingoInfo.UpdateHotFixMax, OnUpdateHotFixMax);
GameDispatcher.Instance.AddListener(BingoInfo.UpdateHotFixProgress, OnUpdateHotFixProgress);
GameDispatcher.Instance.AddListener(GameMsg.Network_reconnection, Reconnection);
GameDispatcher.Instance.AddListener(BingoInfo.Network_reconnection, Reconnection);
}
@@ -104,7 +104,7 @@ namespace BingoBrain
{
GameDispatcher.Instance.RemoveListener(BingoInfo.UpdateHotFixMax, OnUpdateHotFixMax);
GameDispatcher.Instance.RemoveListener(BingoInfo.UpdateHotFixProgress, OnUpdateHotFixProgress);
GameDispatcher.Instance.RemoveListener(GameMsg.Network_reconnection, Reconnection);
GameDispatcher.Instance.RemoveListener(BingoInfo.Network_reconnection, Reconnection);
}