#include "GoldObject.h" void GoldObject::set_count(int count) { this->count = count; }