1
0
mirror of synced 2024-09-24 19:48:21 +02:00
Switch-Toolbox/Switch_Toolbox_Library/PublicEnums.cs

20 lines
298 B
C#
Raw Normal View History

2018-11-12 01:48:33 +01: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,
}
}