Click or drag to resize

PlayerBehaviorContextBehavior Property

Gets or sets the behavior.

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 Behavior Behavior { get; set; }

Property Value

Type: Behavior
The behavior.
See Also