DRG-Femboy-Voice/Source/FSDEngine/Private/GeneralMatPropertiesEmpty.cpp
2025-04-15 12:39:31 -07:00

7 lines
174 B
C++
Executable file

#include "GeneralMatPropertiesEmpty.h"
FGeneralMatPropertiesEmpty::FGeneralMatPropertiesEmpty() {
this->Result = EGeneralCombEmpty::Empty;
this->Material = NULL;
}