Rename PawnGCPass_Patch to AccumulatePawnGCData_Patch

This commit is contained in:
lutepickle 2022-07-02 07:30:27 -07:00
parent f503deb09e
commit b7a911000e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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()
{