mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 14:07:20 +00:00
fd182d222f
Hopefully not going to rename them for a third time, no way
8 lines
160 B
C++
8 lines
160 B
C++
|
|
#include "Entity.h"
|
|
#include "MinigameControlComponent.h"
|
|
|
|
MinigameControlComponent::MinigameControlComponent(Entity* parent) : ActivityComponent(parent) {
|
|
|
|
}
|