mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 11:02:57 +08:00
Privatise setter
This commit is contained in:
parent
b98da506c1
commit
9bde1ef9bf
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user