rjw-genes/Source/LetterDefOf.cs
2024-05-28 21:40:07 +02:00

12 lines
162 B
C#

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