1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-30 23:57:25 +08:00
osu-lazer/osu.Game/Screens/Play/HUD/KPSCounter
Ryuki 0a94fb4039
Make KPS counter strictly depending only on KPS calculator
`KeysPerSecondCounter` now depends on `KeysPerSecondCalculator` via the
`BackgroundDependencyLoaderAttribute` method, making it appear only in a
gameplay context without requiring `GameplayClock` without using it.
2022-08-11 00:46:39 +02:00
..
KeysPerSecondCalculator.cs Add more readiness checks in KeysPerSecondCalculator 2022-08-11 00:43:15 +02:00
KeysPerSecondCounter.cs Make KPS counter strictly depending only on KPS calculator 2022-08-11 00:46:39 +02:00