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

11 lines
325 B
C++
Executable file

#include "CablePathSettings.h"
FCablePathSettings::FCablePathSettings() {
this->PathType = DeepPathFinderType::Walk;
this->PathSize = DeepPathFinderSize::Invalid;
this->PathPreference = DeepPathFinderPreference::None;
this->MinStepSize = 0.00f;
this->MaxStepSize = 0.00f;
this->MaxNoiseY = 0.00f;
}