mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 21:01:01 +08:00
Seal OnlinePlayTestScene.CreateChildDependencies()
This commit is contained in:
@@ -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));
|
||||
return dependencies;
|
||||
|
||||
Reference in New Issue
Block a user