File BruteForceBackground.cs
File List > LemonUI > LemonUI > Scaleform > BruteForceBackground.cs
Go to the documentation of this file
namespace LemonUI.Scaleform
{
public enum BruteForceBackground
{
Black = 0,
Purple = 1,
Gray = 2,
LightBlue = 3,
Wallpaper1 = 4,
DarkFade = 5,
}
}