Fighter.Attack Property

Fight Game AI Demo

FighterAttack Property
Gets or sets the attack.

Namespace: FightGameAIDemo.Fighter_Classes
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Attack Attack { get; set; }

Property Value

Type: Attack
The attack.
See Also