Files
RedHotRoast-ios/Assets/Scripts/ModuleUI/LuckyPack/LuckyPackModel.cs
T

30 lines
497 B
C#

using System.Collections;
using System.Collections.Generic;
namespace RedHotRoast
{
public class LuckyPackModel : BaseModel
{
#region
protected override void OnInit()
{
}
protected override void OnDispose()
{
}
#endregion
#region
protected override void AddListener()
{
}
protected override void RemoveListener()
{
}
#endregion
}
}