DarkflameServer/dGame/dComponents/GateRushControlComponent.cpp

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) {
}