guodong 2 년 전
부모
커밋
4b42bf73d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Platform/QDManager.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Platform/QDManager.cs

@@ -20,7 +20,7 @@ namespace GFGGame
                     QDHYKBManager.Instance.InitSDK();
                     break;
                 case ChannelID.BiliBili:
-
+                    QDBiliBiliManager.Instance.InitSDK();
                     break;
                 default:
                     EventAgent.DispatchEvent(ConstMessage.ON_PLATFORM_SDK_INITED, true);