mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
lactation precepts
This commit is contained in:
parent
edada8ff48
commit
5752647b4f
10 changed files with 231 additions and 17 deletions
22
CRIALactation/Source/PreceptDefOf/PreceptDefOf_Lactation.cs
Normal file
22
CRIALactation/Source/PreceptDefOf/PreceptDefOf_Lactation.cs
Normal file
|
@ -0,0 +1,22 @@
|
|||
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;
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue