bingo b面修改
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using BingoBrain.Core;
|
||||
|
||||
namespace BingoBrain
|
||||
namespace BingoBrain
|
||||
{
|
||||
public class SaveingPotCtrl : BaseCtrl
|
||||
{
|
||||
@@ -10,14 +8,18 @@ using BingoBrain.Core;
|
||||
|
||||
private SaveingPotModel model;
|
||||
|
||||
#region 生命周期
|
||||
protected override void OnInit()
|
||||
{
|
||||
Instance = this;
|
||||
//model = ModuleManager.Instance..GetModel(ModelConst.SaveingPotModel) as SaveingPotModel;
|
||||
}
|
||||
|
||||
protected override void OnDispose()
|
||||
{
|
||||
Instance = null;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user