C# Class cleanLayer.Brains.Shaman.ElementalShamanBrain

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

Public Methods

Method Description
ElementalShamanBrain ( ) : System

Protected Methods

Method Description
OnAfterAction ( ActionBase action ) : void
OnBeforeAction ( ActionBase action ) : void
SetTotems ( ) : void

Method Details

ElementalShamanBrain() public method

public ElementalShamanBrain ( ) : System
return System

OnAfterAction() protected method

protected OnAfterAction ( ActionBase action ) : void
action cleanLayer.Library.Combat.ActionBase
return void

OnBeforeAction() protected method

protected OnBeforeAction ( ActionBase action ) : void
action cleanLayer.Library.Combat.ActionBase
return void

SetTotems() protected method

protected SetTotems ( ) : void
return void