using System; [Serializable] public enum SaveObjFormat { Triangles = 0, Quads = 1 }