mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 05:57:20 +00:00
5da776a084
Racing Stats Minigame Control
8 lines
141 B
C++
8 lines
141 B
C++
#include "RacingStatsComponent.h"
|
|
|
|
#include "Entity.h"
|
|
|
|
RacingStatsComponent::RacingStatsComponent(Entity* parent) : Component(parent) {
|
|
|
|
}
|