mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 15:02:54 +08:00
Make field readonly
This commit is contained in:
parent
c3a98b6ad1
commit
b713eb2eae
@ -24,7 +24,8 @@ namespace osu.Game.Screens.Select.Carousel
|
|||||||
public Container BorderContainer;
|
public Container BorderContainer;
|
||||||
|
|
||||||
public readonly Bindable<CarouselItemState> State = new Bindable<CarouselItemState>(CarouselItemState.NotSelected);
|
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 };
|
protected override Container<Drawable> Content { get; } = new Container { RelativeSizeAxes = Axes.Both };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user