1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-10 21:12:55 +08:00

Privatise setter

This commit is contained in:
Bartłomiej Dach 2024-08-19 10:59:47 +02:00
parent 10f2ac6490
commit 55e9bb6a5d
No known key found for this signature in database

View File

@ -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;