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

14 lines
360 B
C++
Executable file

#include "HeightenedSenseComponent.h"
void UHeightenedSenseComponent::RemoveTracker(AActor* TrackerActor) {
}
void UHeightenedSenseComponent::AddTracker(AActor* TrackerActor) {
}
UHeightenedSenseComponent::UHeightenedSenseComponent() {
this->HeightenSenseAffliction = NULL;
this->AlertDistance = 2000.00f;
this->bAfflictionActivated = false;
}