mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
23 lines
No EOL
493 B
C#
23 lines
No EOL
493 B
C#
using RimWorld;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using Verse;
|
|
|
|
namespace CRIALactation
|
|
{
|
|
[DefOf]
|
|
public static class PreceptDefOf_Lactation
|
|
{
|
|
static PreceptDefOf_Lactation()
|
|
{
|
|
DefOfHelper.EnsureInitializedInCtor(typeof(PreceptDefOf_Lactation));
|
|
}
|
|
|
|
public static PreceptDef Lactating_Essential;
|
|
public static PreceptDef IdeoRole_Hucow;
|
|
|
|
}
|
|
} |