DarkflameServer/dGame/dComponents/RacingStatsComponent.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
141 B
C++
Raw Normal View History

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