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

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

public WaveGenerator(
	List<CreepWave> waveList,
	Vector3D spawnPoint = null
)

Parameters

waveList
Type: System.Collections.Generic List CreepWave 
spawnPoint (Optional)
Type: DeltaEngine.Datatypes Vector3D
See Also