Class DiseaseOrPoisonRecord
  
  Poison or disease record.
SaveTreeRecordTypes = 0x0B
 
  
  
    Inheritance
    
    
    DiseaseOrPoisonRecord
   
  
  
  Assembly: Assembly-CSharp.dll
  Syntax
  
    public class DiseaseOrPoisonRecord : SaveTreeBaseRecord
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DiseaseOrPoisonRecord()
  
  
  Declaration
  
    public DiseaseOrPoisonRecord()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DiseaseOrPoisonRecord(BinaryReader, Int32)
  
  
  Declaration
  
    public DiseaseOrPoisonRecord(BinaryReader reader, int length)
   
  Parameters
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ParsedData
  
  
  Declaration
  
    public DiseaseOrPoisonRecord.DiseaseOrPoisonRecordData ParsedData { get; set; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CopyTo(DiseaseOrPoisonRecord)
  
  
  Declaration
  
    public void CopyTo(DiseaseOrPoisonRecord other)
   
  Parameters