using System; [Serializable] public enum object_mode_enum { SinglePlacement = 0, LinePlacement = 1 }