少年修仙传客户端基础资源
client_Wu Xijin
2018-12-20 d18fc7f9c890cc0ea87ad266c00d3ea06a9abe87
3335 ios屏蔽lzma
1个文件已修改
3 ■■■■ 已修改文件
Assets/Plugins/SevenZip/lzma.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Plugins/SevenZip/lzma.cs
@@ -1,3 +1,4 @@
#if !(UNITY_IOS || UNITY_IPHONE)
using System;
using System.Runtime.InteropServices;
using UnityEngine;
@@ -869,4 +870,4 @@
    }
}
#endif