#include "ItemComponent.h" ItemComponent::ItemComponent(Entity* parent) : Component(parent) { }