mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-04 14:42:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			269 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			269 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include "Component.h"
 | 
						|
 | 
						|
#include "eReplicaComponentType.h"
 | 
						|
 | 
						|
class Entity;
 | 
						|
 | 
						|
class RacingStatsComponent : public Component {
 | 
						|
public:
 | 
						|
	inline static const eReplicaComponentType ComponentType = eReplicaComponentType::RACING_STATS;
 | 
						|
	RacingStatsComponent(Entity* parent);
 | 
						|
};
 |