예제 #1
0
 private void OnDestroy()
 {
     Ins = null;
 }
예제 #2
0
 private void Awake()
 {
     Ins = this;
     //NINFO 注意这里必须先初始化(注册ui观察logMgr的消息事件),否则log显示不到屏幕上
     UILogContent.Init();
 }