mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 19:40:09 +08:00
Privatise setter
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user