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

8 lines
168 B
C++

#include "FortMtxStoreSelectionPopup.h"
UFortMtxStoreSelectionPopup::UFortMtxStoreSelectionPopup() {
this->Button_Epic = NULL;
this->Button_Samsung = NULL;
}