Browse Source

版本号

beiguoxia 1 năm trước cách đây
mục cha
commit
874c552f5f

+ 0 - 1
GameClient/Assets/Game/Launcher/Version/VersionController.cs

@@ -202,7 +202,6 @@ namespace GFGGame
                 platform = "IOS";
 		else if (Application.platform == RuntimePlatform.WebGLPlayer)
                 platform = "WebGL";
-		else
 #endif
             return $"{hostServerIP}/{platform}/{packageName}/HostPlay";
         }