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

9 lines
195 B
C++
Executable file

#include "DownCameraSettings.h"
FDownCameraSettings::FDownCameraSettings() {
this->TargetIndex = 0;
this->MinPitch = 0.00f;
this->MaxPitch = 0.00f;
this->SmoothSpeed = 0.00f;
}