Namespace: CreepyTowers.EffectsAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public static ParticleSystem GetAttackEffect(
TowerType towerType,
AttackType attackType
)
public static ParticleSystem GetAttackEffect(
TowerType towerType,
AttackType attackType
)
Public Shared Function GetAttackEffect (
towerType As TowerType,
attackType As AttackType
) As ParticleSystem
Public Shared Function GetAttackEffect (
towerType As TowerType,
attackType As AttackType
) As ParticleSystem
public:
static ParticleSystem^ GetAttackEffect(
TowerType towerType,
AttackType attackType
)
public:
static ParticleSystem^ GetAttackEffect(
TowerType towerType,
AttackType attackType
)
static member GetAttackEffect :
towerType : TowerType *
attackType : AttackType -> ParticleSystem
static member GetAttackEffect :
towerType : TowerType *
attackType : AttackType -> ParticleSystem
Return Value
Type:
ParticleSystem