1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

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>
public class LoadingLayer : LoadingSpinner
{
protected Box BackgroundDimLayer { get; private set; }
protected Box BackgroundDimLayer { get; }
/// <summary>
/// Construct a new loading spinner.