mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 14:07:20 +00:00
6 lines
148 B
C++
6 lines
148 B
C++
|
#include "GateRushControlComponent.h"
|
||
|
|
||
|
GateRushControlComponent::GateRushControlComponent(Entity* parent) : BaseRacingControlComponent(parent) {
|
||
|
|
||
|
}
|