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

8 lines
144 B
C++

#include "TeamSpottedActorInfo.h"
FTeamSpottedActorInfo::FTeamSpottedActorInfo() {
this->Spotter = NULL;
this->SpottedActor = NULL;
}