Property | Type | Description | |
---|---|---|---|
ItemAssemblyConfig | System |
Method | Description | |
---|---|---|
ItemAssemblyConfig ( DistributedItem itemToDistribute, string completedPacketType ) : System |
Instantiate a new ItemAssemblyConfig
|
Method | Description | |
---|---|---|
ItemAssemblyConfig ( ) : System |
Private constructor for serialisation.
|
public ItemAssemblyConfig ( DistributedItem itemToDistribute, string completedPacketType ) : System | ||
itemToDistribute | DistributedItem | The DFS item for which this ItemAssemblyConfig should be created. |
completedPacketType | string | The packet type to use once the item has been fully assembled |
return | System |