Wave Constructor (Single, Single, String, String, Single, Int32)Delta Engine Documentation
Initializes a new instance of the Wave class

Namespace: DeltaEngine.GameLogic
Assembly: DeltaEngine.GameLogic (in DeltaEngine.GameLogic.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public Wave(
	float waitTime,
	float spawnInterval,
	string thingsToSpawn,
	string shortName = "",
	float maxTime = 0f,
	int maxSpawnItems = 1
)
See Also