Make auto-property get-only

This commit is contained in:
Bartłomiej Dach
2021-01-05 22:40:16 +01:00
parent 2b253f6d01
commit ac1d6d4444

View File

@ -17,7 +17,7 @@ namespace osu.Game.Graphics.UserInterface
/// </summary> /// </summary>
public class LoadingLayer : LoadingSpinner public class LoadingLayer : LoadingSpinner
{ {
protected Box BackgroundDimLayer { get; private set; } protected Box BackgroundDimLayer { get; }
/// <summary> /// <summary>
/// Construct a new loading spinner. /// Construct a new loading spinner.