mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-14 03:58:26 +00:00
Add blank classes for some Components
Racing Stats Minigame Control
This commit is contained in:
11
dGame/dComponents/MinigameControlComponent.h
Normal file
11
dGame/dComponents/MinigameControlComponent.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "Component.h"
|
||||
|
||||
#include "eReplicaComponentType.h"
|
||||
|
||||
class Entity;
|
||||
|
||||
class MinigameControlComponent : public Component {
|
||||
public:
|
||||
inline static const eReplicaComponentType ComponentType = eReplicaComponentType::MINIGAME_CONTROL;
|
||||
MinigameControlComponent(Entity* parent);
|
||||
};
|
||||
Reference in New Issue
Block a user