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