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

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

public GroupData(
	string name,
	List<string> creepList,
	float spawnInterval
)

Parameters

name
Type: System String
creepList
Type: System.Collections.Generic List String 
spawnInterval
Type: System Single
See Also