mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09: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