7 lines
150 B
C++
Executable file
7 lines
150 B
C++
Executable file
#include "CSGChildInstance.h"
|
|
|
|
UCSGChildInstance::UCSGChildInstance() {
|
|
this->CSGChildInstanceRoot = NULL;
|
|
this->CurrentBakeConfig = NULL;
|
|
}
|
|
|