Click or drag to resize

UnitBehaviorContextTargetPlanet Property

Gets or sets the target planet.

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

Property Value

Type: Planet
The target planet.
See Also