namespace LANCommander.SDK.Models.Pack; public enum PackCompression : byte { None = 0, Deflate = 1, ZStd = 2, }