static IntVec3 ClosestGatherSpotParentCell(this JobDriver_SocialRelax driver) { return(driver.GatherSpotParent().OccupiedRect().ClosestCellTo(driver.pawn.Position)); }
internal static IntVec3 ClosestGatherSpotParentCell(this JobDriver_SocialRelax obj) { return(obj.GatherSpotParent().OccupiedRect().ClosestCellTo(obj.pawn.Position)); }