C# Class WerewolfAi, aura

Inheritance: AiScript
Show file Open project: aura-project/aura

Protected Properties

Property Type Description
WanderRadius int

Public Methods

Method Description
WerewolfAi ( )

Protected Methods

Method Description
Aggro ( ) : IEnumerable
Idle ( ) : IEnumerable

Private Methods

Method Description
OnDefenseHit ( ) : IEnumerable
OnKnockDown ( ) : IEnumerable

Method Details

Aggro() protected method

protected Aggro ( ) : IEnumerable
return IEnumerable

Idle() protected method

protected Idle ( ) : IEnumerable
return IEnumerable

WerewolfAi() public method

public WerewolfAi ( )

Property Details

WanderRadius protected property

protected int WanderRadius
return int