This commit is contained in:
smoogipoo
2017-11-30 00:11:00 +09:00
parent 49f0a7ff36
commit 0ec10ba32d
4 changed files with 4 additions and 5 deletions

View File

@ -75,7 +75,7 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
{
private readonly OsuSpriteText valueText;
public int Count
public new int Count
{
set { valueText.Text = value.ToString(); }
}