@@ -41,28 +41,28 @@ public class A_BigMessage : Element {}
4141 [ Parameter ( "Variable" , typeof ( Variable ) ) ]
4242 [ Parameter ( "Destination" , ValueType . Any , typeof ( V_Number ) ) ]
4343 [ Parameter ( "Rate" , ValueType . Number , typeof ( V_Number ) ) ]
44- [ Parameter ( "Variable " , typeof ( ChaseReevaluation ) ) ]
44+ [ Parameter ( "Reevaluation " , typeof ( RateChaseReevaluation ) ) ]
4545 public class A_ChaseGlobalVariableAtRate : Element { }
4646
4747 [ ElementData ( "Chase Global Variable Over Time" ) ]
4848 [ Parameter ( "Variable" , typeof ( Variable ) ) ]
4949 [ Parameter ( "Destination" , ValueType . Any , typeof ( V_Number ) ) ]
5050 [ Parameter ( "Duration" , ValueType . Number , typeof ( V_Number ) ) ]
51- [ Parameter ( "Variable " , typeof ( ChaseReevaluation ) ) ]
51+ [ Parameter ( "Reevaluation " , typeof ( TimeChaseReevaluation ) ) ]
5252 public class A_ChaseGlobalVariableOverTime : Element { }
5353
5454 [ ElementData ( "Chase Player Variable At Rate" ) ]
5555 [ Parameter ( "Variable" , typeof ( Variable ) ) ]
5656 [ Parameter ( "Destination" , ValueType . Any , typeof ( V_Number ) ) ]
5757 [ Parameter ( "Rate" , ValueType . Number , typeof ( V_Number ) ) ]
58- [ Parameter ( "Variable " , typeof ( ChaseReevaluation ) ) ]
58+ [ Parameter ( "Reevaluation " , typeof ( RateChaseReevaluation ) ) ]
5959 public class A_ChasePlayerVariableAtRate : Element { }
6060
6161 [ ElementData ( "Chase Player Variable Over Time" ) ]
6262 [ Parameter ( "Variable" , typeof ( Variable ) ) ]
6363 [ Parameter ( "Destination" , ValueType . Any , typeof ( V_Number ) ) ]
6464 [ Parameter ( "Duration" , ValueType . Number , typeof ( V_Number ) ) ]
65- [ Parameter ( "Variable " , typeof ( ChaseReevaluation ) ) ]
65+ [ Parameter ( "Reevaluation " , typeof ( TimeChaseReevaluation ) ) ]
6666 public class A_ChasePlayerVariableOverTime : Element { }
6767
6868 [ ElementData ( "Clear Status" ) ]
0 commit comments