mirror of
https://gitgud.io/leboeuf/lewd-biotech.git
synced 2024-08-14 23:57:27 +00:00
1.0 initial commit
This commit is contained in:
commit
1761f03048
34 changed files with 1448 additions and 0 deletions
11
Source/DefOf/GeneDefOf.cs
Normal file
11
Source/DefOf/GeneDefOf.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using RimWorld;
|
||||
using Verse;
|
||||
|
||||
namespace LewdBiotech
|
||||
{
|
||||
[RimWorld.DefOf]
|
||||
public static class GeneDefOf
|
||||
{
|
||||
public static GeneDef LitteredBirths;
|
||||
}
|
||||
}
|
14
Source/DefOf/HediffDefOf.cs
Normal file
14
Source/DefOf/HediffDefOf.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using RimWorld;
|
||||
using Verse;
|
||||
|
||||
namespace LewdBiotech
|
||||
{
|
||||
[RimWorld.DefOf]
|
||||
public static class HediffDefOf
|
||||
{
|
||||
// public static HediffDef Infatuo;
|
||||
// public static HediffDef InfatuoCalibrating;
|
||||
public static HediffDef OvaryAgitator;
|
||||
public static HediffDef Bioscaffold;
|
||||
}
|
||||
}
|
11
Source/DefOf/LetterDefOf.cs
Normal file
11
Source/DefOf/LetterDefOf.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using RimWorld;
|
||||
using Verse;
|
||||
|
||||
namespace LewdBiotech
|
||||
{
|
||||
[RimWorld.DefOf]
|
||||
public static class LetterDefOf
|
||||
{
|
||||
public static LetterDef AnotherBaby;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue