lewd-biotech/Source/DefOf/LetterDefOf.cs

12 lines
173 B
C#

using RimWorld;
using Verse;
namespace LewdBiotech
{
[RimWorld.DefOf]
public static class LetterDefOf
{
public static LetterDef AnotherBaby;
}
}