Files
2026-04-22 15:51:07 +02:00

8 lines
160 B
C++

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