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

7 lines
136 B
C++
Executable file

#include "MeshBoxProperties.h"
FMeshBoxProperties::FMeshBoxProperties() {
this->BevelSegments = 0;
this->BevelSize = 0.00f;
}