using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TinaX.VFSKit { /// /// Asset Compress Type | 资源压缩类型 /// public enum AssetCompressType { None, LZ4, LZMA } }