7 lines
148 B
C++
Executable file
7 lines
148 B
C++
Executable file
#include "CSGGridDuplicatorProperties.h"
|
|
|
|
FCSGGridDuplicatorProperties::FCSGGridDuplicatorProperties() {
|
|
this->NumA = 0;
|
|
this->NumB = 0;
|
|
}
|
|
|