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

17 lines
483 B
C++
Executable file

#include "InfectedStateComponent.h"
void UInfectedStateComponent::Server_Breakout_Implementation() {
}
UInfectedStateComponent::UInfectedStateComponent() {
this->AudioFreeOfInfection = NULL;
this->InfectedPhysicalMaterial = NULL;
this->DwarfFleshMaterial = NULL;
this->InfectedAffliction = NULL;
this->InfectedMontage = NULL;
this->InfectedAndBreakingFreeMontage = NULL;
this->BreakingFreeMontageDuration = 0.75f;
this->HoldToBreakTime = 0.25f;
}