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

10 lines
175 B
C++

#include "AthenaRebootCardIndicator.h"
UAthenaRebootCardIndicator::UAthenaRebootCardIndicator() {
this->Text_PlayerName = NULL;
this->Image_PlayerMarker = NULL;
}