rjw-genes/1.5/Source/DefOfs/LetterDefOf.cs
2024-08-23 08:52:41 +02:00

11 lines
162 B
C#

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