Update usages

This commit is contained in:
Dean Herbert
2020-08-06 21:53:20 +09:00
parent f994bf2888
commit c84452cfbf
2 changed files with 7 additions and 4 deletions

View File

@ -117,6 +117,8 @@ namespace osu.Game.Rulesets.UI
public void RemoveAdjustment(AdjustableProperty type, BindableNumber<double> adjustBindable) => throw new NotSupportedException();
public void RemoveAllAdjustments(AdjustableProperty type) => throw new NotSupportedException();
public BindableNumber<double> Volume => throw new NotSupportedException();
public BindableNumber<double> Balance => throw new NotSupportedException();