예제 #1
0
    void Awake()
    {
        m_instance = transform.GetComponentsInChildren <MogoOKCancelBoxQueue>(true)[0];

        EventDispatcher.AddEventListener("OKCancelBoxClose", GetOne);
    }
예제 #2
0
    void Awake()
    {
        m_instance = transform.GetComponentsInChildren<MogoOKCancelBoxQueue>(true)[0];

        EventDispatcher.AddEventListener("OKCancelBoxClose", GetOne);
    }