mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-14 12:08:28 +00:00
scaffold activity based components
This commit is contained in:
5
dGame/dComponents/ActivityComponent.cpp
Normal file
5
dGame/dComponents/ActivityComponent.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "ActivityComponent.h"
|
||||
|
||||
ActivityComponent::ActivityComponent(Entity* parent) : Component(parent) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user