Files
2026-04-22 15:51:07 +02: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;
}