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