Ejemplo n.º 1
0
 public void RefreshUI()
 {
     titleUI.text    = loadedInventory.name;
     capacityUI.text = loadedInventory.GetWeight() + " / " + loadedInventory.GetMaxWeight();
     LoadInventory();
 }