Enforce using get-only auto property where possible

This commit is contained in:
Dean Herbert
2020-01-20 13:50:27 +09:00
parent fa1b1479ed
commit cd5290b030
8 changed files with 11 additions and 10 deletions

View File

@ -363,7 +363,7 @@ namespace osu.Game.Screens.Select
public class InfoLabel : Container, IHasTooltip
{
public string TooltipText { get; private set; }
public string TooltipText { get; }
public InfoLabel(BeatmapStatistic statistic)
{