mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 17:43:12 +08:00
expose setter of Mod
This commit is contained in:
parent
c2df954d70
commit
c08fc62e00
@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
public virtual string TooltipText { get; }
|
||||
|
||||
protected Mod Mod { get; private set; }
|
||||
protected Mod Mod { get; set; }
|
||||
|
||||
public ModIcon(Mod mod)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user