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

8 lines
137 B
C++

#include "MtxPurchaseHistory.h"
FMtxPurchaseHistory::FMtxPurchaseHistory() {
this->RefundCredits = 0;
this->RefundsUsed = 0;
}