1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

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
{
Skin,
Beatmap,
Seasonal
Beatmap
}
}