mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Update override
This commit is contained in:
@ -38,7 +38,8 @@ namespace osu.Game.Rulesets.Taiko
|
|||||||
new SwellCompositionTool()
|
new SwellCompositionTool()
|
||||||
};
|
};
|
||||||
|
|
||||||
protected override ComposeBlueprintContainer CreateBlueprintContainer() => new TaikoBlueprintContainer(Playfield.AllHitObjects);
|
protected override ComposeBlueprintContainer CreateBlueprintContainer(IEnumerable<DrawableHitObject> hitObjects)
|
||||||
|
=> new TaikoBlueprintContainer(hitObjects);
|
||||||
}
|
}
|
||||||
|
|
||||||
public class TaikoBlueprintContainer : ComposeBlueprintContainer
|
public class TaikoBlueprintContainer : ComposeBlueprintContainer
|
||||||
|
Reference in New Issue
Block a user