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

8 lines
168 B
C++

#include "FortActiveThreatPlayerData.h"
FFortActiveThreatPlayerData::FFortActiveThreatPlayerData() {
this->PlayerController = NULL;
this->Encounter = NULL;
}