mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
25 lines
468 B
C#
25 lines
468 B
C#
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()
|
|
{
|
|
|
|
}
|
|
|
|
}**/
|
|
}
|