1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-12 10:57:27 +08:00
osu-lazer/osu.Game/Beatmaps/Legacy/LegacySampleBank.cs

11 lines
159 B
C#
Raw Normal View History

2019-12-10 19:23:15 +08:00
namespace osu.Game.Beatmaps.Legacy
{
internal enum LegacySampleBank
{
None = 0,
Normal = 1,
Soft = 2,
Drum = 3
}
}