Revert "Add BackgroundSource.Seasonal"

This reverts commit 2871001cc2.
This commit is contained in:
Max Hübner
2020-10-29 14:30:50 +01:00
parent 81ebcd8796
commit 0c540537c9

View File

@ -6,7 +6,6 @@ namespace osu.Game.Configuration
public enum BackgroundSource public enum BackgroundSource
{ {
Skin, Skin,
Beatmap, Beatmap
Seasonal
} }
} }