mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
9 lines
211 B
C#
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!
|
|
}
|
|
}
|