mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:43:19 +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 partial class ChatOverlayTopBar : Container
|
||||||
{
|
{
|
||||||
public Drawable DragBar = null!;
|
public Drawable DragBar { get; private set; } = null!;
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OverlayColourProvider colourProvider, TextureStore textures)
|
private void load(OverlayColourProvider colourProvider, TextureStore textures)
|
||||||
|
Loading…
Reference in New Issue
Block a user