Exemplo n.º 1
0
 public CraftingItemInItem(CraftingItem item, int amount)
 {
     Item   = item;
     Amount = amount;
 }
Exemplo n.º 2
0
 public CraftingItem(CraftingItem me)
 {
 }