C# Class cleanLayer.Brains.ProtectionPaladinBrain

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

Public Methods

Method Description
ProtectionPaladinBrain ( ) : System.Linq

Protected Methods

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

Method Details

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

ProtectionPaladinBrain() public method

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