mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-23 23:32:29 +00:00

- 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) {
|
|
|
|
}
|