mirror of
https://github.com/osukey/osukey.git
synced 2025-05-08 07:07:18 +09:00
11 lines
159 B
C#
11 lines
159 B
C#
namespace osu.Game.Beatmaps.Legacy
|
|
{
|
|
internal enum LegacySampleBank
|
|
{
|
|
None = 0,
|
|
Normal = 1,
|
|
Soft = 2,
|
|
Drum = 3
|
|
}
|
|
}
|