mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 16:12:54 +08:00
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
Block a user