bingo 项目提交
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
using BingoBrain.Core;
|
||||
|
||||
namespace BingoBrain
|
||||
{
|
||||
public class SomsionModel : BaseModel
|
||||
{
|
||||
public string GetNextReTimeStr
|
||||
{
|
||||
get
|
||||
{
|
||||
var str = $"{nameof(Reset)} in: {GameHelper.GetInterval(GameHelper.GetTomorrowCountTime())}";
|
||||
return str;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#region 生命周期
|
||||
|
||||
protected override void OnInit()
|
||||
{
|
||||
}
|
||||
|
||||
protected override void OnDispose()
|
||||
{
|
||||
}
|
||||
|
||||
protected override void OnReset()
|
||||
{
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user