public ItemHotkeyAction(PositionHotKey _enclosing, ItemPosition ip, FreeData fd, string inventory) : base() { this._enclosing = _enclosing; this.ip = ip; this.fd = fd; this.inventory = inventory; }
public ItemHotkeyAction(PositionHotKey _enclosing) : base() { this._enclosing = _enclosing; }