mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
lactation precepts
This commit is contained in:
parent
edada8ff48
commit
5752647b4f
10 changed files with 231 additions and 17 deletions
25
CRIALactation/Source/HarmonyPatches/HarmonyPatch_Ideo.cs
Normal file
25
CRIALactation/Source/HarmonyPatches/HarmonyPatch_Ideo.cs
Normal file
|
@ -0,0 +1,25 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Verse;
|
||||
using RimWorld;
|
||||
using rjw;
|
||||
using Milk;
|
||||
using UnityEngine;
|
||||
using HarmonyLib;
|
||||
|
||||
namespace CRIALactation
|
||||
{
|
||||
|
||||
/** //to be implemented next update
|
||||
[HarmonyPatch(typeof(IdeoUtility), "Notify_MemberGenerated")]
|
||||
public static class HarmonyPatch_Ideo_Notify_MemberGenerated
|
||||
{
|
||||
public static void Prefix()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}**/
|
||||
}
|
23
CRIALactation/Source/HarmonyPatches/Harmony_PatchAll.cs
Normal file
23
CRIALactation/Source/HarmonyPatches/Harmony_PatchAll.cs
Normal file
|
@ -0,0 +1,23 @@
|
|||
using HarmonyLib;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Verse;
|
||||
|
||||
namespace C0ffeeRIA
|
||||
{
|
||||
|
||||
[StaticConstructorOnStartup]
|
||||
public static class Harmony_PatchAll
|
||||
{
|
||||
static Harmony_PatchAll()
|
||||
{
|
||||
Harmony harmony = new Harmony("CRIALactation");
|
||||
harmony.PatchAll(Assembly.GetExecutingAssembly());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue