mirror of https://github.com/ppy/osu
Privatise setter
This commit is contained in:
parent
9015615336
commit
6f66819e51
|
@ -18,7 +18,7 @@ namespace osu.Game.Overlays.Chat
|
|||
{
|
||||
public partial class ChatOverlayTopBar : Container
|
||||
{
|
||||
public Drawable DragBar = null!;
|
||||
public Drawable DragBar { get; private set; } = null!;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OverlayColourProvider colourProvider, TextureStore textures)
|
||||
|
|
Loading…
Reference in New Issue