using System; using System.Collections.Generic; using System.Text; namespace UniversalEditor.Compression.Puyo { public enum CompressionFormat { NULL, CNX, CXLZ, LZ00, LZ01, LZSS, ONZ, PRS } }