C# Class cleanLayer.Library.Combat.HarmfulSpellAction

Inheritance: SpellAction
Show file Open project: Vipeax/cleanLayer

Public Methods

Method Description
Execute ( ) : void
ExecuteEx ( WoWUnit unit ) : void
HarmfulSpellAction ( Brain brain, int priority, string spellName = null, int range = 5 ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void

ExecuteEx() public method

public ExecuteEx ( WoWUnit unit ) : void
unit cleanCore.WoWUnit
return void

HarmfulSpellAction() public method

public HarmfulSpellAction ( Brain brain, int priority, string spellName = null, int range = 5 ) : System
brain Brain
priority int
spellName string
range int
return System