10 lines
255 B
C++
Executable file
10 lines
255 B
C++
Executable file
#include "EyeForEyePerkComponent.h"
|
|
|
|
void UEyeForEyePerkComponent::OnHit(float Damage, const FDamageData& DamageData, bool anyHealthLost) {
|
|
}
|
|
|
|
UEyeForEyePerkComponent::UEyeForEyePerkComponent() {
|
|
this->CoolDown = 0.00f;
|
|
this->LoadedSTE = NULL;
|
|
}
|
|
|