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

12 lines
343 B
C++
Executable file

#include "DamageHitCountEffect.h"
UDamageHitCountEffect::UDamageHitCountEffect() {
this->DamagePerHit = 1.00f;
this->DamageClass = NULL;
this->DamageParticle = NULL;
this->DamageSound = NULL;
this->DeadBugWalkingTargetMarking = false;
this->ExtraDamageForCalculatingDBW = 0.00f;
this->DeadBugWalkingSTE = NULL;
}