7 lines
146 B
C++
Executable file
7 lines
146 B
C++
Executable file
#include "UDebrisStaticCarveMesh.h"
|
|
|
|
FUDebrisStaticCarveMesh::FUDebrisStaticCarveMesh() {
|
|
this->Mesh = NULL;
|
|
this->Probablity = 0.00f;
|
|
}
|
|
|