예제 #1
0
 private void Awake()
 {
     Instance = this;
     //挂载一个消息
     AttachEventListener(EventDef.TableDataFinish, this);
 }
예제 #2
0
 private void Awake()
 {
     Instance = this;
     //挂载一个消息
     AttachEventListener(EventDef.TableDataFinish, this);
 }
예제 #3
0
    private void Awake()
    {
        _entranceSceneCtrl = this;

        AttachEventListener(EventDef.TableDataFinish, this);
    }