#include "ItemAndCount.h" FItemAndCount::FItemAndCount() { this->Count = 0; this->Item = NULL; }