Privatise setter

This commit is contained in:
Bartłomiej Dach 2023-11-27 10:44:50 +09:00
parent 9015615336
commit 6f66819e51
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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)