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

7 lines
174 B
C++
Executable file

#include "EmptyBinaryMatProperties.h"
FEmptyBinaryMatProperties::FEmptyBinaryMatProperties() {
this->Result = EEmptyBinaryComb::Unchanged;
this->Material = NULL;
}