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