using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Verse; namespace RJW_Genes { public class GeneticDiseaseExtension : DefModExtension { /// /// The chance for this gene to spread upon (finished) sex. /// public float infectionChance; } }