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

8 lines
160 B
C++

#include "MtxPurchaseHistoryEntry.h"
FMtxPurchaseHistoryEntry::FMtxPurchaseHistoryEntry() {
this->bHasBeenRefunded = false;
this->TotalMtxPaid = 0;
}