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

10 lines
185 B
C++

#include "FortRefundConfirmation.h"
UFortRefundConfirmation::UFortRefundConfirmation() {
this->Text_AreYouSure = NULL;
this->Button_Yes = NULL;
this->Button_No = NULL;
}