Fix compilation error; add final specifiers

This commit is contained in:
EmosewaMC
2023-07-04 22:38:35 -07:00
parent c22040c6eb
commit 8ede5b87ca
7 changed files with 7 additions and 7 deletions

View File

@@ -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);