NBC修改
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
namespace NBC
|
||||
{
|
||||
public class UI
|
||||
{
|
||||
private static UIManager _inst;
|
||||
|
||||
public static UIManager Inst
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_inst == null)
|
||||
{
|
||||
_inst = new UIManager();
|
||||
_inst.Start();
|
||||
}
|
||||
|
||||
return _inst;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user