This commit is contained in:
EVAST9919 2017-05-03 14:01:43 +03:00
parent 9e35eb8d97
commit 5f2f1d2763
2 changed files with 3 additions and 10 deletions

View File

@ -63,15 +63,8 @@ private int selectedIndex
private Color4 buttonColour;
public Color4 ButtonColour
{
get
{
return buttonColour;
}
set
{
if (value == buttonColour) return;
buttonColour = value;
}
get { return buttonColour; }
set { buttonColour = value; }
}
private Color4 selectedColour;

View File

@ -22,7 +22,7 @@ public bool ShowMods
showMods = value;
if (!showMods) Hide();
}
get { return ShowMods; }
get { return showMods; }
}
public ModsContainer()