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

8 lines
168 B
C++
Executable file

#include "DebrisMesh.h"
UDebrisMesh::UDebrisMesh() {
this->CommonMaterial = NULL;
this->StartCullDistance = 5000.00f;
this->EndCullDistance = 5000.00f;
}