Click or drag to resize

PlayerBehaviorContextGoalTechnologyId Property

Gets or sets the goal technology identifier.

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 Nullable<int> GoalTechnologyId { get; set; }

Property Value

Type: NullableInt32
The goal technology identifier.
See Also