mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 14:24:18 +08:00
Privatise setter
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user