using System; [Serializable] public enum SaveObjResolution { Full = 0, Half = 1, Quarter = 2, Eighth = 3, Sixteenth = 4 }