DarkflameServer/dGame/dComponents/ScriptedActivityComponent.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

6 lines
142 B
C++

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