DarkflameServer/dGame/dComponents/RacingControlComponent.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
175 B
C++

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