C# Class AITileAgent, MagesOfBlight

Inheritance: TileAgent
Mostra file Open project: DomCristaldi/MagesOfBlight

Public Properties

Property Type Description
aggroTarget TileAgent,
behaviourProtocol AILogicState.BehaviourProtocol
bossAI BossAITileAgent,
hasMoved bool
lastTarget TileAgent,
prefab AITileAgent,

Public Methods

Method Description
Kill ( ) : void
RefreshTurn ( ) : void
SetAggro ( TileAgent, newTarget ) : void

Method Details

Kill() public method

public Kill ( ) : void
return void

RefreshTurn() public method

public RefreshTurn ( ) : void
return void

SetAggro() public method

public SetAggro ( TileAgent, newTarget ) : void
newTarget TileAgent,
return void

Property Details

aggroTarget public_oe property

public TileAgent, aggroTarget
return TileAgent,

behaviourProtocol public_oe property

public AILogicState.BehaviourProtocol behaviourProtocol
return AILogicState.BehaviourProtocol

bossAI public_oe property

public BossAITileAgent, bossAI
return BossAITileAgent,

hasMoved public_oe property

public bool hasMoved
return bool

lastTarget public_oe property

public TileAgent, lastTarget
return TileAgent,

prefab public_oe property

public AITileAgent, prefab
return AITileAgent,