File CelebrationCore.cs
File List > LemonUI > LemonUI > Scaleform > CelebrationCore.cs
Go to the documentation of this file
namespace LemonUI.Scaleform
{
public abstract class CelebrationCore : BaseScaleform
{
#region Constructors
public CelebrationCore(string sc) : base(sc)
{
}
#endregion
#region Functions
public override void Update()
{
}
#endregion
}
}