1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 21:13:39 +08:00

Add DroppedObjectContainer class

This commit is contained in:
ekrctb
2021-06-24 15:02:45 +09:00
Unverified
parent 8b06dd3302
commit 16d5893535
7 changed files with 27 additions and 18 deletions
@@ -118,7 +118,7 @@ namespace osu.Game.Rulesets.Catch.Tests
AddStep("create hyper-dashing catcher", () =>
{
Child = setupSkinHierarchy(catcherArea = new CatcherArea(new Container<CaughtObject>())
Child = setupSkinHierarchy(catcherArea = new CatcherArea(new DroppedObjectContainer())
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,