Selaa lähdekoodia

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

zhaoyang 2 vuotta sitten
vanhempi
commit
1c1af50732
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      GameClient/Assets/Game/HotUpdate/Platform/QDManager.cs

+ 5 - 0
GameClient/Assets/Game/HotUpdate/Platform/QDManager.cs

@@ -65,7 +65,12 @@
 
         public static void Pay(int buyID, int count)
         {
+            switch (LauncherConfig.ChannelId)
+            {
+                default:
 
+                    break;
+            }
         }
 
         public static void Logout()