C# Class cleanLayer.Library.Combat.SpellAction

Inheritance: ActionBase
Show file Open project: Vipeax/cleanLayer

Public Methods

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

Method Details

Execute() public method

public Execute ( ) : void
return void

SpellAction() public method

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