1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 11:35:35 +08:00

Mark unused methods as NotImplemented for safety

This commit is contained in:
Dean Herbert 2022-08-15 17:57:26 +09:00
parent f81c7644b4
commit c5f8529d20

View File

@ -209,9 +209,7 @@ namespace osu.Game.Screens.Play
void IAdjustableClock.Reset() => Reset();
public void ResetSpeedAdjustments()
{
}
public void ResetSpeedAdjustments() => throw new NotImplementedException();
double IAdjustableClock.Rate
{