bingo b面修改

This commit is contained in:
2026-05-08 11:03:44 +08:00
parent ad5920ac6a
commit 5d32fd56f4
1780 changed files with 36187 additions and 73978 deletions
@@ -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
}
}