#include "Component.h"

using namespace crepe;

Component::Component() : active(true) {}