mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 14:07:20 +00:00
5da776a084
Racing Stats Minigame Control
8 lines
152 B
C++
8 lines
152 B
C++
#include "MinigameControlComponent.h"
|
|
|
|
#include "Entity.h"
|
|
|
|
MinigameControlComponent::MinigameControlComponent(Entity* parent) : Component(parent) {
|
|
|
|
}
|