C# Class cleanLayer.Library.Combat.HelpfulSpellAction

Inheritance: SpellAction
Show file Open project: Vipeax/cleanLayer

Public Methods

Method Description
Execute ( ) : void
HelpfulSpellAction ( Brain brain, int priority, string spellName = null, int range = 30 ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void

HelpfulSpellAction() public method

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