mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Expose via CreateProxiedContent method
This commit is contained in:
@ -51,7 +51,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
InternalChildren = new[]
|
||||
{
|
||||
explodingFruitContainer,
|
||||
CatcherArea.MovableCatcher.CaughtFruitContainer.CreateProxy(),
|
||||
CatcherArea.MovableCatcher.CreateProxiedContent(),
|
||||
HitObjectContainer,
|
||||
CatcherArea
|
||||
};
|
||||
|
Reference in New Issue
Block a user