mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
rmb fix
This commit is contained in:
parent
acb7560f00
commit
e82456570e
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -16,7 +16,7 @@ namespace C0ffee_s_RJW_Ideology_Addons
|
||||||
{
|
{
|
||||||
static HarmonyPatch_RMB_Menu()
|
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")));
|
postfix: new HarmonyMethod(AccessTools.Method(typeof(HarmonyPatch_RMB_Menu), "Postfix")));
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue