1
0
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:
Bartłomiej Dach 2020-10-30 19:59:52 +01:00
parent aeab2be5d1
commit cf0e8e0a62

View File

@ -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,
}
}