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

10 lines
220 B
C++
Executable file

#include "CSGSphereProperties.h"
FCSGSphereProperties::FCSGSphereProperties() {
this->Radius = 0.00f;
this->AngleTop = 0.00f;
this->AngleBottom = 0.00f;
this->SidesTopBottom = 0;
this->Sides = 0;
}