Specify villager update signature
This commit is contained in:
2
Main.cs
2
Main.cs
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user