DarkflameServer/dGame/dComponents/RacingControlComponent.cpp

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

6 lines
175 B
C++
Raw Normal View History

#include "RacingControlComponent.h"
RacingControlComponent::RacingControlComponent(Entity* parent, int32_t componentId) : ScriptedActivityComponent(parent, componentId) {
2022-07-28 13:39:57 +00:00
}