1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 14:47:18 +08:00

Rename Mod.Ranked back to avoid breaking ruleset API

This commit is contained in:
Dean Herbert 2021-07-02 12:50:53 +09:00
parent c5c1fe00f6
commit 0396a03bbc

View File

@ -115,7 +115,7 @@ namespace osu.Game.Rulesets.Mods
public virtual bool UserPlayable => true;
[Obsolete("Going forward, the concept of \"ranked\" doesn't exist. The only exceptions are automation mods, which should now override and set UserPlayable to true.")] // Can be removed 20211009
public virtual bool IsRanked => false;
public virtual bool Ranked => false;
/// <summary>
/// Whether this mod requires configuration to apply changes to the game.