Attack.Name Property

Fight Game AI Demo

AttackName Property
Gets or sets the name of the attack.

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

Property Value

Type: String
The name.
See Also