mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-26 15:37:20 +00:00
9121bf41c5
- Add in bool cheks - Fix component class files so they compile and link - Fin inheritance
8 lines
160 B
C++
8 lines
160 B
C++
#include "MinigameControlComponent.h"
|
|
|
|
#include "Entity.h"
|
|
|
|
MinigameControlComponent::MinigameControlComponent(Entity* parent) : ActivityComponent(parent) {
|
|
|
|
}
|