mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Parse the mods of a leaderboard's score
This commit is contained in:
@ -58,6 +58,8 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
private class DummyRuleset : Ruleset
|
||||
{
|
||||
public override IEnumerable<Mod> GetAllMods() => new Mod[] { };
|
||||
|
||||
public override IEnumerable<Mod> GetModsFor(ModType type) => new Mod[] { };
|
||||
|
||||
public override Mod GetAutoplayMod() => new ModAutoplay();
|
||||
|
Reference in New Issue
Block a user