Click or drag to resize

PlanetBehaviorContextItemToBuild Property

Gets or sets the item to build.

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

Property Value

Type: FactoryItem
The item to build.
See Also