bingo 项目提交
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using BingoBrain.Core;
|
||||
|
||||
namespace BingoBrain
|
||||
{
|
||||
public class BottomCtrl : BaseCtrl
|
||||
{
|
||||
public static BottomCtrl Instance { get; private set; }
|
||||
|
||||
private BottomModel model;
|
||||
|
||||
protected override void OnInit()
|
||||
{
|
||||
Instance = this;
|
||||
}
|
||||
|
||||
protected override void OnDispose()
|
||||
{
|
||||
Instance = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user