C# Class cleanLayer.Brains.ProtectionPaladinBrain.TankSpellAction

Inheritance: cleanLayer.Library.Combat.HarmfulSpellAction
Show file Open project: Vipeax/cleanLayer

Public Methods

Method Description
Execute ( ) : void
TankSpellAction ( Brain brain, int priority, string spellname, int range = 5 ) : System.Linq

Private Methods

Method Description
GetLowestThreatUnit ( ) : WoWUnit

Method Details

Execute() public method

public Execute ( ) : void
return void

TankSpellAction() public method

public TankSpellAction ( Brain brain, int priority, string spellname, int range = 5 ) : System.Linq
brain cleanLayer.Library.Combat.Brain
priority int
spellname string
range int
return System.Linq