aboutsummaryrefslogtreecommitdiff
path: root/backend/GoldObject.cpp
blob: 624fdf9728955d458ddf579bfb9045098d97cba7 (plain)
1
2
3
4
5
6
#include "GoldObject.h"

void GoldObject::set_count(int count) {
	this->count = count;
}