mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Rename method to drop redundant ruleset suffix
This commit is contained in:
@ -321,6 +321,6 @@ namespace osu.Game.Rulesets
|
||||
/// Can be overridden to add a ruleset-specific section to the editor beatmap setup screen.
|
||||
/// </summary>
|
||||
[CanBeNull]
|
||||
public virtual RulesetSetupSection CreateEditorSetupSectionForRuleset() => null;
|
||||
public virtual RulesetSetupSection CreateEditorSetupSection() => null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user