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

Namespace: CreepyTowers.Enemy.Creeps
Assembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public Creep(
	CreepType type,
	Vector3D position,
	float rotationZ = 0f
)
See Also