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

11 lines
237 B
C++
Executable file

#include "TunnelNode.h"
FTunnelNode::FTunnelNode() {
this->EntranceRoomID = 0;
this->ExitRoomID = 0;
this->ParametersOverride = NULL;
this->ID = 0;
this->AddDirt = false;
this->WeightedResourceAmount = 0.00f;
}