File CelebrationStyle.cs
File List > LemonUI > LemonUI > Scaleform > CelebrationStyle.cs
Go to the documentation of this file
namespace LemonUI.Scaleform
{
public enum CelebrationStyle
{
Clean = 0,
Prep = 1,
Heist = 2,
Race = 3
}
}