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