Fighter.Type Property

Fight Game AI Demo

FighterType Property
Gets or sets the type of the fighter.

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

Property Value

Type: String
The type.
See Also