mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Seal OnlinePlayTestScene.CreateChildDependencies()
This commit is contained in:
parent
9b7cc632c0
commit
b2276baf71
@ -46,7 +46,7 @@ namespace osu.Game.Tests.Visual.OnlinePlay
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnlyDependencyContainer parent)
|
protected sealed override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnlyDependencyContainer parent)
|
||||||
{
|
{
|
||||||
dependencies = new DelegatedDependencyContainer(base.CreateChildDependencies(parent));
|
dependencies = new DelegatedDependencyContainer(base.CreateChildDependencies(parent));
|
||||||
return dependencies;
|
return dependencies;
|
||||||
|
Loading…
Reference in New Issue
Block a user