mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-20 11:40:21 +00:00
Fix compilation error; add final specifiers
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
class Entity;
|
||||
|
||||
class GateRushComponent : public RacingControlComponent {
|
||||
class GateRushComponent final : public RacingControlComponent {
|
||||
public:
|
||||
inline static const eReplicaComponentType ComponentType = eReplicaComponentType::GATE_RUSH_CONTROL;
|
||||
GateRushComponent(Entity* parent, int32_t componentId);
|
||||
|
||||
Reference in New Issue
Block a user