DarkflameServer/dGame/dComponents/RacingComponent.cpp

6 lines
117 B
C++
Raw Normal View History

#include "RacingComponent.h"
RacingComponent::RacingComponent(Entity* parent) : RacingControlComponent(parent) {
}