2022-12-25 11:38:05 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
using Verse;
|
|
|
|
|
using RimWorld;
|
|
|
|
|
|
|
|
|
|
namespace RJW_Genes
|
|
|
|
|
{
|
|
|
|
|
[DefOf]
|
|
|
|
|
public static class HediffDefOf
|
|
|
|
|
{
|
2023-01-17 07:56:26 +00:00
|
|
|
|
public static readonly HediffDef rjw_genes_aphrodisiac_pheromone;
|
|
|
|
|
public static readonly HediffDef rjw_genes_fertilin_lost;
|
|
|
|
|
public static readonly HediffDef rjw_genes_succubus_drained;
|
2023-01-15 20:14:26 +00:00
|
|
|
|
public static readonly HediffDef rjw_genes_orgasm_rush_hediff;
|
2022-12-25 11:38:05 +00:00
|
|
|
|
}
|
|
|
|
|
}
|