support for 1.4

This commit is contained in:
Ed86 2022-10-26 12:25:26 +03:00
parent 358b0d4f2e
commit b943cb55c6
39 changed files with 1912 additions and 1 deletions

View file

@ -0,0 +1,17 @@
using RimWorld;
using Verse;
namespace rjwcum
{
[DefOf]
public static class HediffDefOf
{
public static HediffDef Hediff_Cum;//for humans & animals
public static HediffDef Hediff_InsectSpunk;
public static HediffDef Hediff_MechaFluids;
public static HediffDef Hediff_CumController;//cum hediff manager
}
}