DarkflameServer/dGame/dComponents/GateRushControlComponent.cpp
2023-06-23 10:30:03 -05:00

6 lines
148 B
C++

#include "GateRushControlComponent.h"
GateRushControlComponent::GateRushControlComponent(Entity* parent) : BaseRacingControlComponent(parent) {
}