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

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

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