DarkflameServer/dGame/dComponents/RacingStatsComponent.h

12 lines
269 B
C
Raw Normal View History

#include "Component.h"
#include "eReplicaComponentType.h"
class Entity;
class RacingStatsComponent : public Component {
public:
inline static const eReplicaComponentType ComponentType = eReplicaComponentType::RACING_STATS;
RacingStatsComponent(Entity* parent);
};