mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 12:33:39 +00:00
9.10 source
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#include "FortFriendCodeListBase.h"
|
||||
|
||||
void UFortFriendCodeListBase::JustDesc() {
|
||||
}
|
||||
|
||||
void UFortFriendCodeListBase::DescAndURL() {
|
||||
}
|
||||
|
||||
void UFortFriendCodeListBase::CloseAndPopDialog() {
|
||||
}
|
||||
|
||||
UFortFriendCodeListBase::UFortFriendCodeListBase() {
|
||||
this->FriendCodeEntryClass = NULL;
|
||||
this->EntryBox_FriendCodes = NULL;
|
||||
this->WarningText = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user