DarkflameServer/dGame/dComponents/GateRushControlComponent.cpp
David Markowitz ec9278286b Use better naming
- Remove use of Base.  It is implied if you inherit that the class inherited from is a Base.
- Fix compilation errors from said change.
2023-06-25 22:00:01 -07:00

6 lines
178 B
C++

#include "GateRushControlComponent.h"
GateRushControlComponent::GateRushControlComponent(Entity* parent, int32_t componentId) : RacingControlComponent(parent, componentId) {
}