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

8 lines
163 B
C++
Executable file

#include "CSGCylinderProperties.h"
FCSGCylinderProperties::FCSGCylinderProperties() {
this->Height = 0.00f;
this->Radius = 0.00f;
this->Sides = 0;
}