using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace butterflow_ui { /// Values that represent subregion types. [Serializable] public enum RegionType { /// Speed. spd, /// Duration. dur, /// Frames per second. fps } }