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

14 lines
348 B
C++
Executable file

#include "RoomLinePoint.h"
FRoomLinePoint::FRoomLinePoint() {
this->HRange = 0.00f;
this->VRange = 0.00f;
this->CielingNoiseRange = 0.00f;
this->WallNoiseRange = 0.00f;
this->FloorNoiseRange = 0.00f;
this->Cielingheight = 0.00f;
this->HeightScale = 0.00f;
this->FloorDepth = 0.00f;
this->FloorAngle = 0.00f;
}