mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added two genes for steal and swap genes on sex
This commit is contained in:
parent
b15f0c4d56
commit
b12e9afbc0
8 changed files with 192 additions and 3 deletions
15
Source/Common/Defs/ChanceExtension.cs
Normal file
15
Source/Common/Defs/ChanceExtension.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Verse;
|
||||
|
||||
namespace RJW_Genes
|
||||
{
|
||||
public class ChanceExtension : DefModExtension
|
||||
{
|
||||
public float chance;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue