1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:43:19 +08:00

Adjust file spacing slightly

This commit is contained in:
Dean Herbert 2019-09-02 19:01:43 +09:00
parent 0bfe4650c3
commit b460f76fa6

View File

@ -54,6 +54,7 @@ namespace osu.Game.Skinning
}
public void Play() => channels?.ForEach(c => c.Play());
public void Stop() => channels?.ForEach(c => c.Stop());
public void AddAdjustment(AdjustableProperty type, BindableDouble adjustBindable)