Ejemplo n.º 1
0
        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));
        }
Ejemplo n.º 2
0
        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));
        }