1
0
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:
mcendu 2020-01-14 19:59:43 +08:00
parent c2df954d70
commit c08fc62e00
No known key found for this signature in database
GPG Key ID: FBCD5D45163D6364

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)
{