mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 05:57:20 +00:00
fd182d222f
Hopefully not going to rename them for a third time, no way
6 lines
117 B
C++
6 lines
117 B
C++
#include "RacingComponent.h"
|
|
|
|
RacingComponent::RacingComponent(Entity* parent) : RacingControlComponent(parent) {
|
|
|
|
}
|