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

#include "Object.h"

class ConsumableObject : public Object {
};