mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-24 07:42:29 +00:00
8 lines
141 B
C++
8 lines
141 B
C++
#include "RacingStatsComponent.h"
|
|
|
|
#include "Entity.h"
|
|
|
|
RacingStatsComponent::RacingStatsComponent(Entity* parent) : Component(parent) {
|
|
|
|
}
|