Removed normal Genitalia Classes

This commit is contained in:
Vegapnk 2022-12-18 10:29:59 +01:00
parent 2280f559cd
commit f379299bc7
5 changed files with 0 additions and 92 deletions

View file

@ -1,18 +0,0 @@
using Verse;
using rjw;
namespace RJW_Genes
{
/// <summary>
/// Dummy Gene that does not alter the genitalia size. Normal RJW Logic and rolled sizes are kept.
/// </summary>
public class Gene_NormalAnus : RJW_Gene
{
public override void PostMake()
{
base.PostMake();
}
}
}

View file

@ -1,17 +0,0 @@
using rjw;
namespace RJW_Genes
{
/// <summary>
/// Dummy Gene that does not alter the genitalia size. Normal RJW Logic and rolled sizes are kept.
/// </summary>
public class Gene_NormalBreasts : RJW_Gene
{
public override void PostMake()
{
base.PostMake();
}
}
}

View file

@ -1,19 +0,0 @@
using Verse;
using rjw;
namespace RJW_Genes
{
/// <summary>
/// Dummy Gene that does not alter the genitalia size. Normal RJW Logic and rolled sizes are kept.
/// </summary>
public class Gene_NormalFemaleGenitalia : RJW_Gene
{
public override void PostMake()
{
base.PostMake();
}
}
}

View file

@ -1,15 +0,0 @@
namespace RJW_Genes
{
/// <summary>
/// Dummy Gene that does not alter the genitalia size. Normal RJW Logic and rolled sizes are kept.
/// </summary>
public class Gene_NormalMaleGenitalia : RJW_Gene
{
public override void PostMake()
{
base.PostMake();
}
}
}