DarkflameServer/dGame/dComponents/MinigameControlComponent.cpp
Aaron Kimbre fd182d222f Update activing and racing components
Hopefully not going to rename them for a third time, no way
2023-06-26 15:06:33 -05:00

8 lines
160 B
C++

#include "Entity.h"
#include "MinigameControlComponent.h"
MinigameControlComponent::MinigameControlComponent(Entity* parent) : ActivityComponent(parent) {
}