예제 #1
0
    private void ReFreshBelleState()    //刷新魔灵的拥有状态
    {
        BelleShowWindow bsw = gameObject.GetComponentInParent <BelleShowWindow>();

        if (bsw != null)
        {
            bsw.UpdateNowClickGO();
        }
    }
예제 #2
0
 void OnDisable()
 {
     ItemPerObj = null;
     m_instance = null;
 }
예제 #3
0
 // Use this for initialization
 void Start()
 {
     BelleOwnWindow.SetActive(false);
     m_instance = this;
 }