mirror of
https://github.com/ppy/osu
synced 2025-02-01 02:41:52 +00:00
Remove GameplayClock dependency
This commit is contained in:
parent
69e28dc8a1
commit
6c91d39c15
@ -39,9 +39,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
[Resolved(canBeNull: true)]
|
||||
private GameplayBeatmap gameplayBeatmap { get; set; }
|
||||
|
||||
[Resolved(canBeNull: true)]
|
||||
private GameplayClock gameplayClock { get; set; }
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(ISkinSource skin, OsuColour colours)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user