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

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

public Zombie(
	float speed,
	LevelGraph levelGraph,
	int startingNodeIndex,
	int targetNodeIndex,
	LevelManager manager,
	int level,
	Randomizer rand
)
See Also