12 lines
285 B
C++
Executable file
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;
|
|
}
|
|
|