Privatise setter

This commit is contained in:
Bartłomiej Dach
2023-01-22 10:09:08 +01:00
parent b98da506c1
commit 9bde1ef9bf

View File

@ -20,7 +20,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
{
public partial class GroupBadge : Container, IHasTooltip
{
public LocalisableString TooltipText { get; set; }
public LocalisableString TooltipText { get; private set; }
public int TextSize { get; set; } = 12;