Exemple #1
0
 public TransferFromSystem(ICollection <long> ItemList, bool isUserTrade, byte targetTab, int targetSlotMin, int targetSlotMax, TransferFromSystem.SourceEnum source)
 {
     this.ItemList      = ItemList;
     this.IsUserTrade   = isUserTrade;
     this.TargetTab     = targetTab;
     this.TargetSlotMin = targetSlotMin;
     this.TargetSlotMax = targetSlotMax;
     this.Source        = source;
 }
Exemple #2
0
 public TransferFromSystem(ICollection <long> ItemList, bool isUserTrade, TransferFromSystem.SourceEnum source)
 {
     this.ItemList    = ItemList;
     this.IsUserTrade = isUserTrade;
     this.Source      = source;
 }