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

18 lines
350 B
C++

#include "FortFriendCodeListBase.h"
void UFortFriendCodeListBase::JustDesc() {
}
void UFortFriendCodeListBase::DescAndURL() {
}
void UFortFriendCodeListBase::CloseAndPopDialog() {
}
UFortFriendCodeListBase::UFortFriendCodeListBase() {
this->FriendCodeEntryClass = NULL;
this->EntryBox_FriendCodes = NULL;
this->WarningText = NULL;
}