Namespace: MountainGoap
List of operators that can be used for comparison.
public class ComparisonValuePair
Inheritance Object → ComparisonValuePair
Gets or sets the value to be compared against.
public object Value { get; set; }
Gets or sets the operator to be used for comparison.
public ComparisonOperator Operator { get; set; }
public ComparisonValuePair()