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

11 lines
281 B
C++
Executable file

#include "LineSegmentCarverPoint.h"
FLineSegmentCarverPoint::FLineSegmentCarverPoint() {
this->HRange = 0.00f;
this->VRange = 0.00f;
this->FloorAngle = 0.00f;
this->CielingNoiseRange = 0.00f;
this->WallNoiseRange = 0.00f;
this->FloorNoiseRange = 0.00f;
}