Specify villager update signature

This commit is contained in:
2025-12-14 14:14:21 +01:00
parent aa6fb797c2
commit 97bbf059a9

View File

@@ -1110,7 +1110,7 @@ namespace KCM
} }
} }
[HarmonyPatch(typeof(Villager), "Update")] [HarmonyPatch(typeof(Villager), nameof(Villager.Update), new Type[0])]
public class VillagerMovementSync public class VillagerMovementSync
{ {
private struct MovementSnapshot private struct MovementSnapshot