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

9 lines
165 B
C++
Executable file

#include "VanityNode.h"
FVanityNode::FVanityNode() {
this->Reward = NULL;
this->NodeID = 0;
this->bIsBig = false;
this->bIsStartingNode = false;
}