mirror of
https://gitgud.io/Ed86/rjw-cum.git
synced 2024-08-15 00:43:40 +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
|
|
|
|
}
|
|
|
|
}
|