mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Add xmldoc to SeasonalBackgroundMode
This commit is contained in:
parent
20c27c6943
commit
aeab2be5d1
@ -5,8 +5,19 @@ namespace osu.Game.Configuration
|
|||||||
{
|
{
|
||||||
public enum SeasonalBackgroundMode
|
public enum SeasonalBackgroundMode
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Seasonal backgrounds are shown regardless of season, if at all available.
|
||||||
|
/// </summary>
|
||||||
Always,
|
Always,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Seasonal backgrounds are shown only during their corresponding season.
|
||||||
|
/// </summary>
|
||||||
Sometimes,
|
Sometimes,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Seasonal backgrounds are never shown.
|
||||||
|
/// </summary>
|
||||||
Never
|
Never
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user