Files
FNGameProj/Plugins/EnginePlugins/SmartObjects/Source/SmartObjectsModule/Private/SmartObjectSlot.cpp
T
2024-03-03 23:44:39 +01:00

7 lines
105 B
C++

#include "SmartObjectSlot.h"
FSmartObjectSlot::FSmartObjectSlot() {
this->BehaviorConfig = NULL;
}