7 lines
159 B
C++
Executable file
7 lines
159 B
C++
Executable file
#include "CSGCircleDuplicatorProperties.h"
|
|
|
|
FCSGCircleDuplicatorProperties::FCSGCircleDuplicatorProperties() {
|
|
this->Num = 0;
|
|
this->Radius = 0.00f;
|
|
}
|
|
|