1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 03:33:39 +08:00

expose setter of Mod

This commit is contained in:
mcendu
2020-01-14 19:59:43 +08:00
Unverified
parent c2df954d70
commit c08fc62e00
+1 -1
View File
@@ -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)
{