2021-12-05 17:54:36 +00:00
|
|
|
#include "RacingControlComponent.h"
|
|
|
|
|
2023-06-26 05:00:01 +00:00
|
|
|
RacingControlComponent::RacingControlComponent(Entity* parent, int32_t componentId) : ScriptedActivityComponent(parent, componentId) {
|
2022-07-28 13:39:57 +00:00
|
|
|
|
2021-12-05 17:54:36 +00:00
|
|
|
}
|