File CelebrationBackground.cs
File List > LemonUI > LemonUI > Scaleform > CelebrationBackground.cs
Go to the documentation of this file
namespace LemonUI.Scaleform
{
public class CelebrationBackground : CelebrationCore
{
#region Constructors
public CelebrationBackground() : base("MP_CELEBRATION_BG")
{
}
#endregion
}
}