mirror of
https://gitgud.io/Ed86/rjw-cum.git
synced 2026-06-18 19:26:06 +00:00
17 lines
325 B
C#
17 lines
325 B
C#
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
|
|
|
|
}
|
|
|
|
}
|