using System; namespace osu.Game.Configuration { public enum ProgressBarType { Off, Pie, TopRight, BottomRight, Bottom } }