CreateAutoplayReplay -> CreateAutoplayScore.

This commit is contained in:
Dean Herbert
2017-03-06 10:06:14 +09:00
parent 54945415c0
commit 5b4424d4fa
3 changed files with 4 additions and 8 deletions

View File

@ -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)
{