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

13 lines
284 B
C++

#include "CardPackOffer.h"
FCardPackOffer::FCardPackOffer() {
this->MtxPrice = 0;
this->SaleType = ECatalogSaleType::NotOnSale;
this->Price = 0;
this->RegularPrice = 0;
this->CurrencyType = NULL;
this->QuantityRemaining = 0;
this->bTimedOffer = false;
}