Namespace: CreepyTowers.EnemyAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public Vector3D CurrentTarget { get; set; }
public Vector3D CurrentTarget { get; set; }
Public Property CurrentTarget As Vector3D
Get
Set
Public Property CurrentTarget As Vector3D
Get
Set
public:
property Vector3D CurrentTarget {
Vector3D get ();
void set (Vector3D value);
}
public:
property Vector3D CurrentTarget {
Vector3D get ();
void set (Vector3D value);
}
member CurrentTarget : Vector3D with get, set
member CurrentTarget : Vector3D with get, set
Property Value
Type:
Vector3D