mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 10:50:55 +08:00
Make field readonly
This commit is contained in:
@@ -24,7 +24,8 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
public Container BorderContainer;
|
||||
|
||||
public readonly Bindable<CarouselItemState> State = new Bindable<CarouselItemState>(CarouselItemState.NotSelected);
|
||||
private HoverLayer hoverLayer;
|
||||
|
||||
private readonly HoverLayer hoverLayer;
|
||||
|
||||
protected override Container<Drawable> Content { get; } = new Container { RelativeSizeAxes = Axes.Both };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user