C# Class DungeonWolfAi, aura

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

Protected Properties

Property Type Description
WanderRadius int

Public Methods

Method Description
DungeonWolfAi ( )

Protected Methods

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

Private Methods

Method Description
OnDefenseHit ( ) : IEnumerable
OnHit ( ) : IEnumerable

Method Details

Aggro() protected method

protected Aggro ( ) : IEnumerable
return IEnumerable

Alert() protected method

protected Alert ( ) : IEnumerable
return IEnumerable

DungeonWolfAi() public method

public DungeonWolfAi ( )

Idle() protected method

protected Idle ( ) : IEnumerable
return IEnumerable

Property Details

WanderRadius protected_oe property

protected int WanderRadius
return int