mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
12 lines
162 B
C#
12 lines
162 B
C#
|
using Verse;
|
|||
|
using RimWorld;
|
|||
|
|
|||
|
namespace RJW_Genes
|
|||
|
{
|
|||
|
[DefOf]
|
|||
|
public static class LetterDefOf
|
|||
|
{
|
|||
|
public static LetterDef AnotherBaby;
|
|||
|
}
|
|||
|
}
|