public override bool ModifyCarriedThingDrawPos( ref Vector3 drawPos, ref bool behind, ref bool flip) { IntVec3 gatherSpotParentCell = ClosestGatherSpotParentCell; return(JobDriver_Ingest.ModifyCarriedThingDrawPosWorker(ref drawPos, ref behind, ref flip, gatherSpotParentCell, pawn)); }
public override bool ModifyCarriedThingDrawPos(ref Vector3 drawPos, ref bool behind, ref bool flip) { IntVec3 cell = job.GetTarget(TargetIndex.B).Cell; return(JobDriver_Ingest.ModifyCarriedThingDrawPosWorker(ref drawPos, ref behind, ref flip, cell, pawn)); }