mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 22:17:31 +00:00
6 lines
137 B
C++
6 lines
137 B
C++
#include "BaseRacingControlComponent.h"
|
|
|
|
BaseRacingControlComponent::BaseRacingControlComponent(Entity* parent) : Component(parent) {
|
|
|
|
}
|