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

8 lines
149 B
C++

#include "FortSupportCenter.h"
UFortSupportCenter::UFortSupportCenter() {
this->Button_OnlineSupport = NULL;
this->Button_Forums = NULL;
}