Rename GameplayAdjustments -> AdjustmentsFromMods

This commit is contained in:
Dan Balasescu
2022-09-08 17:14:06 +09:00
parent b0b4da533a
commit b559d4ecdf
10 changed files with 25 additions and 18 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Tests.NonVisual
public TestGameplayClockContainer(IFrameBasedClock underlyingClock)
: base(underlyingClock)
{
GameplayAdjustments.AddAdjustment(AdjustableProperty.Frequency, new BindableDouble(2.0));
AdjustmentsFromMods.AddAdjustment(AdjustableProperty.Frequency, new BindableDouble(2.0));
}
}
}