public RemoveItemCommand(ucCraftingTree craftingTreeControl)
 {
     _craftingTreeControl = craftingTreeControl;
 }
Beispiel #2
0
 public AddItemCommand(ucCraftingTree craftingTreeControl)
 {
     _craftingTreeControl = craftingTreeControl;
 }