C# Class cleanLayer.Brains.HolyPaladinBrain.BeaconSpellAction

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

Public Methods

Method Description
BeaconSpellAction ( Brain brain, int priority, string spellName = null, int range = 40 ) : System.Linq
Execute ( ) : void

Method Details

BeaconSpellAction() public method

public BeaconSpellAction ( Brain brain, int priority, string spellName = null, int range = 40 ) : System.Linq
brain cleanLayer.Library.Combat.Brain
priority int
spellName string
range int
return System.Linq

Execute() public method

public Execute ( ) : void
return void