mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
expose setter of Mod
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user