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

7 lines
146 B
C++
Executable file

#include "UDebrisStaticCarveMesh.h"
FUDebrisStaticCarveMesh::FUDebrisStaticCarveMesh() {
this->Mesh = NULL;
this->Probablity = 0.00f;
}