DarkflameServer/dGame/dComponents/GateRushControlComponent.cpp

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

6 lines
148 B
C++
Raw Normal View History

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