1
0
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:
Dan Balasescu 2022-02-15 20:55:56 +09:00
parent 9b7cc632c0
commit b2276baf71

View File

@ -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;