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

Remove unnecessary dependency

This commit is contained in:
smoogipoo 2021-10-05 16:03:25 +09:00
parent 676df55a0e
commit 45b63cbad9

View File

@ -42,9 +42,6 @@ namespace osu.Game.Screens.Play.HUD
[CanBeNull]
private GameplayState gameplayState { get; set; }
[Resolved]
private GameplayClock gameplayClock { get; set; }
[CanBeNull]
private TimedDifficultyAttributes[] timedAttributes;