public CreepData(
string name,
float maxHp,
float speed,
float resistance,
int goldReward,
Dictionary<TowerType, float> typeDamageModifier
)
public CreepData(
string name,
float maxHp,
float speed,
float resistance,
int goldReward,
Dictionary<TowerType, float> typeDamageModifier
)
Public Sub New (
name As String,
maxHp As Single,
speed As Single,
resistance As Single,
goldReward As Integer,
typeDamageModifier As Dictionary(Of TowerType, Single)
)
Public Sub New (
name As String,
maxHp As Single,
speed As Single,
resistance As Single,
goldReward As Integer,
typeDamageModifier As Dictionary(Of TowerType, Single)
)
public:
CreepData(
String^ name,
float maxHp,
float speed,
float resistance,
int goldReward,
Dictionary<TowerType, float>^ typeDamageModifier
)
public:
CreepData(
String^ name,
float maxHp,
float speed,
float resistance,
int goldReward,
Dictionary<TowerType, float>^ typeDamageModifier
)
new :
name : string *
maxHp : float32 *
speed : float32 *
resistance : float32 *
goldReward : int *
typeDamageModifier : Dictionary<TowerType, float32> -> CreepData
new :
name : string *
maxHp : float32 *
speed : float32 *
resistance : float32 *
goldReward : int *
typeDamageModifier : Dictionary<TowerType, float32> -> CreepData