this is required for mods such as flashlight which always want to draw objects above hitcircles. If just adding children to a RulesetContainer the hit circles would always be above the added children (no matter the Depth).
# Conflicts: # osu.Game.Rulesets.Mania/UI/ManiaPlayfield.cs # osu.Game.Rulesets.Mania/UI/ManiaRulesetContainer.cs
# Conflicts: # osu.Game/Rulesets/UI/Scrolling/ScrollingPlayfield.cs
In some cases we may want to refer to the cached configmanager dependency from subclasses. This prevents injection errors when doing so.
# Conflicts: # osu.Game.Rulesets.Mania/UI/ManiaRulesetContainer.cs
This reverts commit 4eb7a34944.
4eb7a34944