1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 14:24:18 +08:00

Privatise setter

This commit is contained in:
Bartłomiej Dach
2024-08-19 10:59:47 +02:00
Unverified
parent 10f2ac6490
commit 55e9bb6a5d
@@ -21,7 +21,7 @@ namespace osu.Game.Screens.Edit.Components.TernaryButtons
private Color4 selectedBackgroundColour;
private Color4 selectedIconColour;
protected Drawable Icon = null!;
protected Drawable Icon { get; private set; } = null!;
public readonly TernaryButton Button;