This commit is contained in:
c0ffee 2021-11-18 11:32:58 -08:00
parent 195985be69
commit 11106f647c
5 changed files with 5 additions and 3 deletions

View file

@ -16,7 +16,7 @@ namespace C0ffee_s_RJW_Ideology_Addons
{
static HarmonyPatch_RMB_Menu()
{
(new Harmony("C0ffeeRIA")).Patch(AccessTools.Method(AccessTools.TypeByName("rjw.RMB_Menu"), "GenerateSexOptions"),
(new Harmony("C0ffeeRIA")).Patch(AccessTools.Method(AccessTools.TypeByName("rjw.RMB_Menu"), "GenerateRMBOptions"),
postfix: new HarmonyMethod(AccessTools.Method(typeof(HarmonyPatch_RMB_Menu), "Postfix")));