public RemoveItemCommand(ucCraftingTree craftingTreeControl)
 {
     _craftingTreeControl = craftingTreeControl;
 }
Exemplo n.º 2
0
 public AddItemCommand(ucCraftingTree craftingTreeControl)
 {
     _craftingTreeControl = craftingTreeControl;
 }