rjw-genes/Source/HediffDefOf.cs

20 lines
483 B
C#
Raw Normal View History

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
{
public static readonly HediffDef Aphrodisiac_Pheromone;
2022-12-29 10:20:17 +00:00
public static readonly HediffDef Fertilin_Lost;
public static readonly HediffDef Succubus_Drained;
2023-01-15 20:14:26 +00:00
public static readonly HediffDef rjw_genes_orgasm_rush_hediff;
}
}