Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "MinigameControlComponent.h"
#include "Entity.h"
MinigameControlComponent::MinigameControlComponent(Entity* parent) : ActivityComponent(parent) {
}