mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Provide Autoplay mod in Ruleset.
This commit is contained in:
@ -83,6 +83,8 @@ namespace osu.Game.Rulesets.Catch
|
||||
}
|
||||
}
|
||||
|
||||
public override Mod GetAutoplayMod() => new ModAutoplay();
|
||||
|
||||
public override string Description => "osu!catch";
|
||||
|
||||
public override FontAwesome Icon => FontAwesome.fa_osu_fruits_o;
|
||||
|
Reference in New Issue
Block a user