Indevidual.Program Property

Fight Game AI Demo

IndevidualProgram Property
Gets or sets the program.

Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public byte[] Program { get; set; }

Property Value

Type: Byte
The program.
See Also