示例#1
0
 public static void queryItemInstRes(COM_ShowItemInst ItemInst)
 {
     if (ShowItemInstResOk != null)
     {
         ShowItemInstResOk(ItemInst);
     }
 }
示例#2
0
    void showInsetItem(COM_ShowItemInst ItemInst)
    {
        if (TipsItemUI.instance != null)
        {
            UIPanel pa = ChatUI.Instance.maxChatObj.GetComponent <UIPanel>();
            TipsItemUI.instance.setData(ItemInst.itemInst_, pa.depth + 1);
        }

        ///ItemsTips.SwithShowMe((int)ItemInst.itemInst_.itemId_);
    }