7 lines
175 B
C++
Executable file
7 lines
175 B
C++
Executable file
#include "CSGBakedChildInstanceProperties.h"
|
|
|
|
FCSGBakedChildInstanceProperties::FCSGBakedChildInstanceProperties() {
|
|
this->BakedCSG = NULL;
|
|
this->VariantIndex = 0;
|
|
}
|
|
|