Attack.Distance Property

Fight Game AI Demo

AttackDistance Property
Gets or sets the distance of the attack.

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

Property Value

Type: String
The distance.
See Also