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

9 lines
186 B
C++
Executable file

#include "CSGConeProperties.h"
FCSGConeProperties::FCSGConeProperties() {
this->Height = 0.00f;
this->RadiusTop = 0.00f;
this->RadiusBottom = 0.00f;
this->Sides = 0;
}