Explorar el Código

掉线重连处理飞花令信息

zhangyuqian hace 1 año
padre
commit
6d39aad0cb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

@@ -355,6 +355,7 @@ namespace GFGGame
             FriendSProxy.ReqAllFriendInfos().Coroutine();
             PoemGallerySProxy.ReqGalleryTheme().Coroutine();
             TaskSProxy.GetTaskInfos();
+            ArenaDataManager.Instance.ReqArenaInfo();
         }
 
         public static void GoBackToMainView()