Files
RedHotRoast-ios/Assets/Scripts/ModuleUI/Passunlock/PassunlockModel.cs
T

29 lines
497 B
C#

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