update and integration of lewdbiotech

This commit is contained in:
Jaaldabaoth 2024-05-28 21:40:07 +02:00
parent 2b39105fe0
commit 25614f42ae
29 changed files with 892 additions and 32 deletions

11
Source/LetterDefOf.cs Normal file
View file

@ -0,0 +1,11 @@
using Verse;
using RimWorld;
namespace RJW_Genes
{
[DefOf]
public static class LetterDefOf
{
public static LetterDef AnotherBaby;
}
}