DarkflameServer/dGame/dComponents/GateRushComponent.cpp
Aaron Kimbre fd182d222f Update activing and racing components
Hopefully not going to rename them for a third time, no way
2023-06-26 15:06:33 -05:00

6 lines
123 B
C++

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