少年修仙传客户端基础资源
hch
2024-11-22 860a939a7cdde250ec6165df035eebe4abbdbf0b
Assets/Launch/LoadDll.cs
@@ -24,6 +24,7 @@
            System.Globalization.CultureInfo.CurrentUICulture = culture;
            System.Globalization.CultureInfo.DefaultThreadCurrentCulture = culture;
            System.Globalization.CultureInfo.DefaultThreadCurrentUICulture = culture;
            System.Net.ServicePointManager.DefaultConnectionLimit = 100;
#if UNITY_EDITOR
            //内网下载测试
            _hotUpdateAss = System.AppDomain.CurrentDomain.GetAssemblies().First(a => a.GetName().Name == "Assembly-CSharp");