litter-biotech/Source/DefOf/LetterDefOf.cs

12 lines
175 B
C#
Raw Normal View History

2023-01-15 10:55:51 +11:00
using RimWorld;
using Verse;
namespace LitterBiotech
{
[RimWorld.DefOf]
public static class LetterDefOf
{
public static LetterDef AnotherBaby;
}
}