Files
2024-01-21 00:41:14 +01:00

8 lines
107 B
C++

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