2022-11-20 19:53:05 +00:00
|
|
|
|
using Verse;
|
|
|
|
|
|
|
|
|
|
namespace Genes.Breeding
|
|
|
|
|
{
|
2022-11-21 16:20:50 +00:00
|
|
|
|
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!
|
|
|
|
|
}
|
|
|
|
|
}
|