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

8 lines
158 B
C++

#include "FortFriendCodeEntryBase.h"
UFortFriendCodeEntryBase::UFortFriendCodeEntryBase() {
this->LinkDataTextBox = NULL;
this->LengthOfCode = 6;
}