#include "Component.h"

using namespace crepe;

Component::Component(uint32_t id) : GAME_OBJECT_ID(id) {}