1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 17:52:56 +08:00

Add LayeredHitSamples skin config lookup

This commit is contained in:
Bartłomiej Dach 2020-06-21 16:40:05 +02:00
parent d340ff7f32
commit e827b14abf

View File

@ -5,6 +5,7 @@ namespace osu.Game.Skinning
{
public enum GlobalSkinConfiguration
{
AnimationFramerate
AnimationFramerate,
LayeredHitSounds,
}
}