mirror of
https://github.com/ppy/osu
synced 2025-02-10 15:17:32 +00:00
Make auto-property get-only
This commit is contained in:
parent
2b253f6d01
commit
ac1d6d4444
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user