wManager.Wow.Helpers Namespace
WRobot

LootingEvents..::..LootingTaskHandler Delegate

Delegate LootingTaskHandler

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

Syntax


public delegate void LootingTaskHandler(
	List<WoWUnit> units
)
Public Delegate Sub LootingTaskHandler ( _
	units As List(Of WoWUnit) _
)
public delegate void LootingTaskHandler(
	List<WoWUnit^>^ units
)

Parameters

units
Type: List<(Of <(<'WoWUnit>)>)>
The units.