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