Files
FNGameProj/Source/FortniteGame/Private/FortConnectivityComponentData.cpp
2024-01-21 00:41:14 +01:00

10 lines
263 B
C++

#include "FortConnectivityComponentData.h"
FFortConnectivityComponentData::FFortConnectivityComponentData() {
this->bIsPowered = false;
this->bIsProvidingPower = false;
this->bAllowConnections = false;
this->bAllowsPowerToPassThrough = false;
}