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

10 lines
211 B
C#
Raw Normal View History

2022-11-20 19:53:05 +00:00
using Verse;
namespace Genes.Breeding
{
public class Gene_MechBreeder : Gene
2022-11-20 19:53:05 +00:00
{
// This one does not do anything, the patch is some where else checking for the pawn to have this Gene!
}
}