Switch-Toolbox/Switch_Toolbox_Library/PublicEnums.cs

20 lines
298 B
C#
Raw Normal View History

2018-11-12 00:48:33 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Switch_Toolbox.Library
{
public enum CompressionType
{
None,
Yaz0,
Zlib,
Gzip,
Lz4,
Lz4f,
Zstb,
}
}