Method | Description | |
---|---|---|
Vehicle ( ) : System.Collections.Generic |
Initializes a new instance of the Vehicle class.
|
|
Vehicle ( Data vehicle, bool atPickup ) : System.Collections.Generic |
Initializes a new instance of the Vehicle class.
|
public Vehicle ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Vehicle ( Data vehicle, bool atPickup ) : System.Collections.Generic | ||
vehicle | Data | The vehicle. |
atPickup | bool | When true, populates pickup damage info, when false, delivery. |
return | System.Collections.Generic |