9 lines
215 B
C++
Executable file
9 lines
215 B
C++
Executable file
#include "ChargedHitCountEffect.h"
|
|
|
|
UChargedHitCountEffect::UChargedHitCountEffect() {
|
|
this->DamagePerHit = 1.00f;
|
|
this->DamageClass = NULL;
|
|
this->DamageParticle = NULL;
|
|
this->DamageSound = NULL;
|
|
}
|
|
|