12 lines
175 B
C#
12 lines
175 B
C#
using RimWorld;
|
|
using Verse;
|
|
|
|
namespace LitterBiotech
|
|
{
|
|
[RimWorld.DefOf]
|
|
public static class LetterDefOf
|
|
{
|
|
public static LetterDef AnotherBaby;
|
|
}
|
|
}
|