#include "Card.h" FCard::FCard() { this->QuantityReceived = 0; this->Item = NULL; this->PauseType = EPauseType::NoPause; }