1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 01:37:31 +08:00

Remove unused field

This commit is contained in:
Bartłomiej Dach 2023-10-17 10:27:16 +02:00
parent 7abd7fe658
commit 22c1a963e7
No known key found for this signature in database

View File

@ -28,11 +28,6 @@ namespace osu.Game.Rulesets.Mania.Edit
{
}
private DependencyContainer dependencies;
protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnlyDependencyContainer parent)
=> dependencies = new DependencyContainer(base.CreateChildDependencies(parent));
public new ManiaPlayfield Playfield => ((ManiaPlayfield)drawableRuleset.Playfield);
public IScrollingInfo ScrollingInfo => drawableRuleset.ScrollingInfo;