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

9 lines
211 B
C#

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