mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Draft for Genetic Diseases
This commit is contained in:
parent
92e917f473
commit
3aa6fdaabd
8 changed files with 188 additions and 1 deletions
18
Source/Genes/Diseases/Defs/GeneticDiseaseExtension.cs
Normal file
18
Source/Genes/Diseases/Defs/GeneticDiseaseExtension.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
{
|
||||
/// <summary>
|
||||
/// The chance for this gene to spread upon (finished) sex.
|
||||
/// </summary>
|
||||
public float infectionChance;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue