mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Provide Autoplay mod in Ruleset.
This commit is contained in:
@ -83,6 +83,8 @@ namespace osu.Game.Rulesets.Taiko
|
||||
}
|
||||
}
|
||||
|
||||
public override Mod GetAutoplayMod() => new TaikoModAutoplay();
|
||||
|
||||
public override string Description => "osu!taiko";
|
||||
|
||||
public override FontAwesome Icon => FontAwesome.fa_osu_taiko_o;
|
||||
|
Reference in New Issue
Block a user