Namespace: CreepyTowers.Enemy.BossesAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public static Dictionary<TowerType, float> DamageModifierValuesForBoss()
public static Dictionary<TowerType, float> DamageModifierValuesForBoss()
Public Shared Function DamageModifierValuesForBoss As Dictionary(Of TowerType, Single)
Public Shared Function DamageModifierValuesForBoss As Dictionary(Of TowerType, Single)
public:
static Dictionary<TowerType, float>^ DamageModifierValuesForBoss()
public:
static Dictionary<TowerType, float>^ DamageModifierValuesForBoss()
static member DamageModifierValuesForBoss : unit -> Dictionary<TowerType, float32>
static member DamageModifierValuesForBoss : unit -> Dictionary<TowerType, float32>
Return Value
Type:
Dictionary TowerType,
Single