wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..FlightMasterTaxiUse Property

Take taxi (from FlightMaster) if can.

Namespace:  wManager
Assembly:  wManager (in wManager.dll)

Syntax


public bool FlightMasterTaxiUse { get; set; }
Public Property FlightMasterTaxiUse As Boolean
	Get
	Set
public:
property bool^ FlightMasterTaxiUse {
	bool^ get ();
	void set (bool^ value);
}