C# Class cleanLayer.Brains.FeralDruidBrain

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

Public Methods

Method Description
FeralDruidBrain ( ) : System.Linq

Protected Methods

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

Method Details

FeralDruidBrain() public method

public FeralDruidBrain ( ) : System.Linq
return System.Linq

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