7 lines
154 B
C++
Executable file
7 lines
154 B
C++
Executable file
#include "GeneralMatProperties.h"
|
|
|
|
FGeneralMatProperties::FGeneralMatProperties() {
|
|
this->Result = EGeneralComb::Empty;
|
|
this->Material = NULL;
|
|
}
|
|
|