Click or drag to resize

PlayerBehaviorContextRelationValues Property

Gets the relation values.

Namespace:  EmptyKeys.Strategy.AI
Assembly:  EmptyKeys.Strategy.AI (in EmptyKeys.Strategy.AI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerator<PlayerRelationValue> RelationValues { get; }

Property Value

Type: IEnumeratorPlayerRelationValue
The relation values.
See Also