static void Postfix(RimWorld.WorkGiver_InteractAnimal __instance, ref bool __result, Pawn pawn, Pawn tamee) { __result = WorkGiver_InteractAnimal.WorkGiver_InteractAnimal.HasFoodToInteractAnimal(pawn, tamee); }
static void Postfix(RimWorld.WorkGiver_InteractAnimal __instance, ref Job __result, Pawn pawn, Pawn tamee) { __result = WorkGiver_InteractAnimal.WorkGiver_InteractAnimal.TakeFoodForAnimalInteractJob(pawn, tamee); }