mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08:00
Fix code quality inspections
This commit is contained in:
parent
73786a6f9f
commit
2421751419
@ -10,14 +10,14 @@ namespace osu.Game.Rulesets.Edit.Tools
|
||||
{
|
||||
public readonly string Name;
|
||||
|
||||
public LocalisableString TooltipText { get; init; } = default;
|
||||
public LocalisableString TooltipText { get; init; }
|
||||
|
||||
protected HitObjectCompositionTool(string name)
|
||||
{
|
||||
Name = name;
|
||||
}
|
||||
|
||||
public abstract PlacementBlueprint CreatePlacementBlueprint();
|
||||
public abstract PlacementBlueprint? CreatePlacementBlueprint();
|
||||
|
||||
public virtual Drawable? CreateIcon() => null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user