mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
13 lines
272 B
C#
13 lines
272 B
C#
using RimWorld;
|
|
using Verse;
|
|
|
|
namespace RJWSexperienceCum
|
|
{
|
|
[DefOf]
|
|
public static class HediffDefOf
|
|
{
|
|
public static readonly HediffDef Hediff_CumController;
|
|
public static readonly HediffDef Hediff_Cum;
|
|
public static readonly HediffDef Hediff_InsectSpunk;
|
|
}
|
|
}
|