rjw-genes/Source/Genes/Breeding/Gene_MechBreeder.cs

10 lines
213 B
C#

using Verse;
namespace Genes.Breeding
{
internal class Gene_MechBreeder : Gene
{
// This one does not do anything, the patch is some where else checking for the pawn to have this Gene!
}
}