Esempio n. 1
0
 public HaulingConfiguration(HaulingConfiguration copy)
 {
     DropoffType          = copy.DropoffType;
     DropoffName          = copy.DropoffName;
     DropoffID            = copy.DropoffID;
     HangarDivision       = copy.HangarDivision;
     HaulerMode           = copy.HaulerMode;
     PickupSystemBookmark = copy.PickupSystemBookmark;
     CargoFullThreshold   = copy.CargoFullThreshold;
 }
Esempio n. 2
0
 public FreightingConfiguration(FreightingConfiguration copy)
 {
     FreighterMode = copy.FreighterMode;
     PickupType    = copy.PickupType;
     PickupName    = copy.PickupName;
     PickupID      = copy.PickupID;
     DropoffType   = copy.DropoffType;
     DropoffName   = copy.DropoffName;
     DropoffID     = copy.DropoffID;
     DropoffFolder = copy.DropoffFolder;
 }