mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
Document nullability of seasonal backgrounds
This commit is contained in:
parent
aeab2be5d1
commit
cf0e8e0a62
@ -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,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user