Namespace: CreepyTowers.EnemyAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public void SetVulnerabilityWithValue(
TowerType towerType,
float value
)
public void SetVulnerabilityWithValue(
TowerType towerType,
float value
)
Public Sub SetVulnerabilityWithValue (
towerType As TowerType,
value As Single
)
Public Sub SetVulnerabilityWithValue (
towerType As TowerType,
value As Single
)
public:
void SetVulnerabilityWithValue(
TowerType towerType,
float value
)
public:
void SetVulnerabilityWithValue(
TowerType towerType,
float value
)
member SetVulnerabilityWithValue :
towerType : TowerType *
value : float32 -> unit
member SetVulnerabilityWithValue :
towerType : TowerType *
value : float32 -> unit