| Utility/SevenZipUtility.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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 } }