Attack.Damage Property

Fight Game AI Demo

AttackDamage Property
Gets or sets the damage of the attack.

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

Property Value

Type: Int32
The damage.
See Also