public override ThinkNode DeepCopy(bool resolve = true)
        {
            JobGiver_GetRest jobGiver_GetRest = (JobGiver_GetRest)base.DeepCopy(resolve);

            jobGiver_GetRest.minCategory = this.minCategory;
            return(jobGiver_GetRest);
        }
Exemplo n.º 2
0
        public override ThinkNode DeepCopy(bool resolve = true)
        {
            JobGiver_GetRest obj = (JobGiver_GetRest)base.DeepCopy(resolve);

            obj.minCategory        = minCategory;
            obj.maxLevelPercentage = maxLevelPercentage;
            return(obj);
        }