lewd-biotech/Source/DefOf/LetterDefOf.cs
2023-01-04 17:00:19 -05:00

11 lines
173 B
C#

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