mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
CreateAutoplayReplay -> CreateAutoplayScore.
This commit is contained in:
@ -43,7 +43,7 @@ namespace osu.Game.Modes
|
||||
|
||||
public virtual FontAwesome Icon => FontAwesome.fa_question_circle;
|
||||
|
||||
public virtual Score CreateAutoplayReplay(Beatmap beatmap) => null;
|
||||
public virtual Score CreateAutoplayScore(Beatmap beatmap) => null;
|
||||
|
||||
public static Ruleset GetRuleset(PlayMode mode)
|
||||
{
|
||||
|
Reference in New Issue
Block a user