少年修仙传客户端代码仓库
client_Zxw
2018-12-20 0e110d324e189bbed7e01508ddeac00996242bee
Merge branch 'Cross_Server' of http://192.168.0.87:10010/r/snxxz_scripts into Cross_Server
1个文件已修改
2 ■■■■■ 已修改文件
Utility/SevenZipUtility.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/SevenZipUtility.cs
@@ -37,7 +37,9 @@
    public static void DeCompress(string from, string to)
    {
#if !(UNITY_IOS || UNITY_IPHONE)
        lzma.doDecompress7zip(from, to, false, true);
#endif
    }
}