Exemplo n.º 1
0
 // TODO : IMPLEMENT STORAGE SYSTEM
 public void AddItemToStorage(BaseItemComponent item)
 {
 }
Exemplo n.º 2
0
 public void TransferItemData(BaseItemComponent thisItem)
 {
     curItemInfo        = ItemInformation.DeepCopy(thisItem.itemInfo);
     textHolder.enabled = true;
     textHolder.text    = "x" + curItemInfo.count;
 }