mirror of
https://gitgud.io/Ed86/rjw-cum.git
synced 2024-08-15 00:43:40 +00:00
support for 1.4
This commit is contained in:
parent
358b0d4f2e
commit
b943cb55c6
39 changed files with 1912 additions and 1 deletions
17
1.4/Source/Mod/DefOf/HediffDefOf.cs
Normal file
17
1.4/Source/Mod/DefOf/HediffDefOf.cs
Normal 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
|
||||
|
||||
}
|
||||
|
||||
}
|
11
1.4/Source/Mod/DefOf/JobDefOf.cs
Normal file
11
1.4/Source/Mod/DefOf/JobDefOf.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using RimWorld;
|
||||
using Verse;
|
||||
|
||||
namespace rjwcum
|
||||
{
|
||||
[DefOf]
|
||||
public static class JobDefOf
|
||||
{
|
||||
public static JobDef CleanSelf;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue