Implement an intermediary EditRulesetContainer

This commit is contained in:
smoogipoo
2018-10-03 15:36:14 +09:00
parent 10d0e2fef1
commit 540a010fbb
11 changed files with 136 additions and 35 deletions

View File

@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Catch.UI
protected override Vector2 PlayfieldArea => new Vector2(0.86f); // matches stable's vertical offset for catcher plate
protected override DrawableHitObject<CatchHitObject> GetVisualRepresentation(CatchHitObject h)
public override DrawableHitObject<CatchHitObject> GetVisualRepresentation(CatchHitObject h)
{
switch (h)
{