mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Adjust some missed renames
This commit is contained in:
@ -14,6 +14,6 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
public class TestCaseHitCirclePlacementBlueprint : PlacementBlueprintTestCase
|
||||
{
|
||||
protected override DrawableHitObject CreateHitObject(HitObject hitObject) => new DrawableHitCircle((HitCircle)hitObject);
|
||||
protected override PlacementBlueprint CreateMask() => new HitCirclePlacementBlueprint();
|
||||
protected override PlacementBlueprint CreateBlueprint() => new HitCirclePlacementBlueprint();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user