aboutsummaryrefslogtreecommitdiff
path: root/backend/ConsumableObject.h
blob: 3b4a2ce15509ebf35f0492045f9051c714b88b0e (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "Object.h"

class ConsumableObject : public Object {
	using Object::Object;

};