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:
parent
0bfe4650c3
commit
b460f76fa6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user