mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 08:40:00 +08:00
Document nullability of seasonal backgrounds
This commit is contained in:
@@ -22,6 +22,11 @@ namespace osu.Game.Configuration
|
||||
{
|
||||
LoginOverlayDisplayed,
|
||||
MutedAudioNotificationShownOnce,
|
||||
|
||||
/// <summary>
|
||||
/// Info about seasonal backgrounds available fetched from API - see <see cref="APISeasonalBackgrounds"/>.
|
||||
/// Value under this lookup can be <c>null</c> if there are no backgrounds available (or API is not reachable).
|
||||
/// </summary>
|
||||
SeasonalBackgrounds,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user