mirror of
https://github.com/osukey/osukey.git
synced 2025-05-16 19:17:18 +09:00
12 lines
177 B
C#
12 lines
177 B
C#
using System;
|
|
namespace osu.Game.Configuration
|
|
{
|
|
public enum ProgressBarType
|
|
{
|
|
Off,
|
|
Pie,
|
|
TopRight,
|
|
BottomRight,
|
|
Bottom
|
|
}
|
|
} |