public override ThinkNode DeepCopy(bool resolve = true)
        {
            JobGiver_GotoTravelDestination obj = (JobGiver_GotoTravelDestination)base.DeepCopy(resolve);

            obj.locomotionUrgency = locomotionUrgency;
            obj.maxDanger         = maxDanger;
            obj.jobMaxDuration    = jobMaxDuration;
            obj.exactCell         = exactCell;
            return(obj);
        }
Beispiel #2
0
        public override ThinkNode DeepCopy(bool resolve = true)
        {
            JobGiver_GotoTravelDestination jobGiver_GotoTravelDestination = (JobGiver_GotoTravelDestination)base.DeepCopy(resolve);

            jobGiver_GotoTravelDestination.locomotionUrgency = this.locomotionUrgency;
            jobGiver_GotoTravelDestination.maxDanger         = this.maxDanger;
            jobGiver_GotoTravelDestination.jobMaxDuration    = this.jobMaxDuration;
            jobGiver_GotoTravelDestination.exactCell         = this.exactCell;
            return(jobGiver_GotoTravelDestination);
        }