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

12 lines
302 B
C++
Executable file

#include "DamageClass.h"
UDamageClass::UDamageClass() {
this->ResistanceStat = NULL;
this->RagdollScale = 1.00f;
this->BypassesShield = false;
this->AffectedByFriendlyFire = true;
this->IndicatorImage = NULL;
this->DamageShout = NULL;
this->DefaultDamageImpulse = NULL;
}