DRG-Femboy-Voice/Source/FSD/Private/ChargedHitCountEffect.cpp
2025-04-15 12:39:31 -07:00

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;
}