1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 11:02:57 +08:00

Privatise setter

This commit is contained in:
Bartłomiej Dach 2023-01-22 10:09:08 +01:00
parent b98da506c1
commit 9bde1ef9bf
No known key found for this signature in database

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;