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

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

public TowerData(
	TowerType type,
	string name,
	AttackType attackType,
	float range,
	float frequency,
	float basePower,
	int cost
)
See Also