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

7 lines
143 B
C++
Executable file

#include "SDFCapsuleProperties.h"
FSDFCapsuleProperties::FSDFCapsuleProperties() {
this->HalfLength = 0.00f;
this->Radius = 0.00f;
}