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

10 lines
260 B
C++
Executable file

#include "RotatingSceneComponent.h"
URotatingSceneComponent::URotatingSceneComponent() {
this->BobbingSpeed = 0.00f;
this->BobbingSize = 0.00f;
this->Sweep = false;
this->ForceParentUp = false;
this->TeleportMode = ETeleportType::None;
}