using System; namespace TriLib { public enum TextureCompression { None, NormalQuality, HighQuality } }