7 lines
174 B
C++
Executable file
7 lines
174 B
C++
Executable file
#include "GeneralMatPropertiesEmpty.h"
|
|
|
|
FGeneralMatPropertiesEmpty::FGeneralMatPropertiesEmpty() {
|
|
this->Result = EGeneralCombEmpty::Empty;
|
|
this->Material = NULL;
|
|
}
|
|
|