Enemy Constructor Delta Engine Documentation
Initializes a new instance of the Enemy class

Namespace: TilDeath
Assembly: TilDeath (in TilDeath.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public Enemy(
	float speed,
	LevelGraph levelGraph,
	int startingNodeIndex,
	int targetNodeIndex,
	LevelManager manager
)
See Also