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

11 lines
273 B
C++
Executable file

#include "ThornsPerkComponent.h"
void UThornsPerkComponent::OnHit(float Damage, const FDamageData& DamageData, bool anyHealthLost) {
}
UThornsPerkComponent::UThornsPerkComponent() {
this->DamageClass = NULL;
this->CoolDown = 0.00f;
this->ThornsSTE = NULL;
}