using System; [Serializable] public enum mix_mode_enum { Group = 0, Single = 1 }