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

Mark background dim layer as possibly-null

This commit is contained in:
Bartłomiej Dach 2021-01-05 22:47:57 +01:00
parent ac1d6d4444
commit 0880e76da8

View File

@ -2,6 +2,7 @@
// See the LICENCE file in the repository root for full licence text.
using System;
using JetBrains.Annotations;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Input.Events;
@ -17,6 +18,7 @@ namespace osu.Game.Graphics.UserInterface
/// </summary>
public class LoadingLayer : LoadingSpinner
{
[CanBeNull]
protected Box BackgroundDimLayer { get; }
/// <summary>