Fighter.GenAttack Method

Fight Game AI Demo

FighterGenAttack Method
Generates the attack of the fighter.

Namespace: FightGameAIDemo.Fighter_Classes
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual Attack GenAttack()

Return Value

Type: Attack
Attack type
See Also