bingo b面修改
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user