public override ThinkNode DeepCopy(bool resolve = true)
        {
            ThinkNode_ChancePerHour_Constant thinkNode_ChancePerHour_Constant = (ThinkNode_ChancePerHour_Constant)base.DeepCopy(resolve);

            thinkNode_ChancePerHour_Constant.mtbHours = this.mtbHours;
            return(thinkNode_ChancePerHour_Constant);
        }
Exemplo n.º 2
0
        public override ThinkNode DeepCopy(bool resolve = true)
        {
            ThinkNode_ChancePerHour_Constant obj = (ThinkNode_ChancePerHour_Constant)base.DeepCopy(resolve);

            obj.mtbHours = mtbHours;
            obj.mtbDays  = mtbDays;
            return(obj);
        }