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

14 lines
339 B
C++
Executable file

#include "FrozenStateComponent.h"
void UFrozenStateComponent::Server_ThawPlayer_Implementation() {
}
UFrozenStateComponent::UFrozenStateComponent() {
this->AudioFreeFromIce = NULL;
this->IcePhysicalMaterial = NULL;
this->DwarfFleshMaterial = NULL;
this->SlowAnimationSpeed = 2.00f;
this->HoldToBreakTime = 0.25f;
}