DarkflameServer/dGame/dComponents/BaseRacingControlComponent.cpp

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

6 lines
137 B
C++
Raw Normal View History

2023-06-23 15:30:03 +00:00
#include "BaseRacingControlComponent.h"
BaseRacingControlComponent::BaseRacingControlComponent(Entity* parent) : Component(parent) {
}