DarkflameServer/dGame/dComponents/ActivityComponent.cpp

6 lines
110 B
C++
Raw Normal View History

2023-06-23 15:30:03 +00:00
#include "ActivityComponent.h"
ActivityComponent::ActivityComponent(Entity* parent) : Component(parent) {
}