mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 14:07:20 +00:00
6 lines
110 B
C++
6 lines
110 B
C++
#include "ActivityComponent.h"
|
|
|
|
ActivityComponent::ActivityComponent(Entity* parent) : Component(parent) {
|
|
|
|
}
|