rjw-genes/Source/LetterDefOf.cs

12 lines
162 B
C#
Raw Normal View History

2024-05-28 19:40:07 +00:00
using Verse;
using RimWorld;
namespace RJW_Genes
{
[DefOf]
public static class LetterDefOf
{
public static LetterDef AnotherBaby;
}
}