public InventoryContextMenuOption(string actionName, UseItemCallback useItemCallback, InventoryContextMenuItem uiElement)
     : base(actionName, useItemCallback)
 {
     this.uiElement = uiElement;
 }
 public InventoryContextMenuOption(string actionName, UseItemCallback useItemCallback, InventoryContextMenuItem uiElement)
     : base(actionName, useItemCallback)
 {
     this.uiElement = uiElement;
 }