Files
2026-04-22 15:51:07 +02: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;
}