wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..ListHarvest Property

List of gameobjects entry id to harvest.

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

Syntax


public List<int> ListHarvest { get; set; }
Public Property ListHarvest As List(Of Integer)
	Get
	Set
public:
property List<int^>^ ListHarvest {
	List<int^>^ get ();
	void set (List<int^>^ value);
}