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

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

public CreepData(
	string name,
	float maxHp,
	float speed,
	float resistance,
	int goldReward,
	Dictionary<TowerType, float> typeDamageModifier
)
See Also