mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-23 23:32:29 +00:00

- Remove use of Base. It is implied if you inherit that the class inherited from is a Base. - Fix compilation errors from said change.
6 lines
178 B
C++
6 lines
178 B
C++
#include "GateRushControlComponent.h"
|
|
|
|
GateRushControlComponent::GateRushControlComponent(Entity* parent, int32_t componentId) : RacingControlComponent(parent, componentId) {
|
|
|
|
}
|