mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 03:02:56 +08:00
Removed unused function
This commit is contained in:
parent
81289db33b
commit
2f89fc432b
@ -41,11 +41,6 @@ namespace osu.Game.Rulesets
|
|||||||
|
|
||||||
public abstract IEnumerable<Mod> GetModsFor(ModType type);
|
public abstract IEnumerable<Mod> GetModsFor(ModType type);
|
||||||
|
|
||||||
public Mod GetModByShortenedName(string shortenedName)
|
|
||||||
{
|
|
||||||
return GetAllMods().First(mod => mod.ShortenedName == shortenedName);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Mod GetAutoplayMod() => GetAllMods().First(mod => mod is ModAutoplay);
|
public Mod GetAutoplayMod() => GetAllMods().First(mod => mod is ModAutoplay);
|
||||||
|
|
||||||
protected Ruleset(RulesetInfo rulesetInfo)
|
protected Ruleset(RulesetInfo rulesetInfo)
|
||||||
|
Loading…
Reference in New Issue
Block a user