11 lines
173 B
C#
11 lines
173 B
C#
using RimWorld;
|
|
using Verse;
|
|
|
|
namespace LitterBiotech
|
|
{
|
|
[RimWorld.DefOf]
|
|
public static class GeneDefOf
|
|
{
|
|
public static GeneDef LitteredBirths;
|
|
}
|
|
} |