mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
switch to changing Mod property
This commit is contained in:
@ -34,7 +34,13 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
public virtual string TooltipText { get; }
|
||||
|
||||
protected Mod Mod { get; set; }
|
||||
private Mod mod;
|
||||
|
||||
public Mod Mod
|
||||
{
|
||||
get => mod;
|
||||
set => mod = value;
|
||||
}
|
||||
|
||||
public ModIcon(Mod mod)
|
||||
{
|
||||
|
Reference in New Issue
Block a user