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

9 lines
171 B
C++

#include "FortAccountNotFound.h"
UFortAccountNotFound::UFortAccountNotFound() {
this->Text_Desc = NULL;
this->Button_Back = NULL;
this->Button_Web = NULL;
}