mirror of
https://github.com/ppy/osu.git
synced 2025-01-10 23:59:19 +08:00
Privatise setter
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user