Add DroppedObjectContainer class

This commit is contained in:
ekrctb
2021-06-24 15:02:45 +09:00
parent 8b06dd3302
commit 16d5893535
7 changed files with 27 additions and 18 deletions

View File

@ -30,7 +30,7 @@ namespace osu.Game.Rulesets.Catch.UI
/// </summary>
private int currentDirection;
public CatcherArea(Container<CaughtObject> droppedObjectContainer, BeatmapDifficulty difficulty = null)
public CatcherArea(DroppedObjectContainer droppedObjectContainer, BeatmapDifficulty difficulty = null)
{
Size = new Vector2(CatchPlayfield.WIDTH, CATCHER_SIZE);
Children = new Drawable[]