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
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public IconUsage Icon
public virtual string TooltipText { get; }
protected Mod Mod { get; private set; }
protected Mod Mod { get; set; }
public ModIcon(Mod mod)
{