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

12 lines
285 B
C++
Executable file

#include "ShieldLinkComponent.h"
void UShieldLinkComponent::TimerFunction() {
}
UShieldLinkComponent::UShieldLinkComponent() {
this->BoostedStatusEffect = NULL;
this->BoostedStatusEffectInstance = NULL;
this->LinkDistance = 300.00f;
this->LinkStatusEffect = NULL;
}