mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added Gene Aphrodisiac Pheromones and some settings
This commit is contained in:
parent
7bf8efb00d
commit
f0a9cce9c9
12 changed files with 134 additions and 6 deletions
16
Source/HediffDefOf.cs
Normal file
16
Source/HediffDefOf.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue