C# Class ARKBreedingStats.Species

Show file Open project: cadon/ARKStatsExtractor Class Usage Examples

Public Properties

Property Type Description
stats List

Public Methods

Method Description
initialize ( ) : void

creates properties that are not created during deserialization. They are set later with the raw-values with the multipliers applied.

Method Details

initialize() public method

creates properties that are not created during deserialization. They are set later with the raw-values with the multipliers applied.
public initialize ( ) : void
return void

Property Details

stats public property

public List stats
return List