Attack.LowDam Property

Fight Game AI Demo

AttackLowDam Property
Gets or sets a value indicating whether [low dam] is true or false.

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

Property Value

Type: Boolean
true if [low dam]; otherwise, false.
See Also