Ejemplo n.º 1
0
 // Update is called once per frame
 public new void Update()
 {
     base.Update();
     if (bindBag != null)
     {
         //获取背包
         money.text = bindBag.money.ToString(); //金钱数量
         trashSlot.SetItemInfo(bindBag.trash.item);
     }
 }