mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Rename PawnGCPass_Patch to AccumulatePawnGCData_Patch
This commit is contained in:
parent
f503deb09e
commit
b7a911000e
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -21,7 +21,7 @@ namespace RJW_Menstruation.Patch
|
|||
}
|
||||
|
||||
[HarmonyPatch(typeof(WorldPawnGC), "AccumulatePawnGCData")]
|
||||
public static class PawnGCPass_Patch
|
||||
public static class AccumulatePawnGCData_Patch
|
||||
{
|
||||
public static void Prefix()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue