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