Click or drag to resize

PlayerBehaviorContextUnitUpgrade Property

Gets or sets the unit upgrade.

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

Property Value

Type: BaseUnitUpgrade
The unit upgrade.
See Also