Files
FNGameProj/Source/FortniteGame/Private/EventDrivenDiscoveryID.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
147 B
C++

#include "EventDrivenDiscoveryID.h"
FEventDrivenDiscoveryID::FEventDrivenDiscoveryID() {
bRequireEventActive = false;
ActiveBitId = 0;
}