AIFighter Constructor

Fight Game AI Demo

AIFighter Constructor
Initializes a new instance of the AIFighter class.

Namespace: FightGameAIDemo.Fighter_Classes
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public AIFighter(
	int num
)

Parameters

num
Type: SystemInt32
The number.
See Also