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

8 lines
183 B
C++

#include "FortAthenaTutorial_ShootTargetInfo.h"
FFortAthenaTutorial_ShootTargetInfo::FFortAthenaTutorial_ShootTargetInfo() {
ShootTargetMarker = NULL;
ShootTarget = NULL;
}