Files
UnrealEvent/Project/Source/FortniteGame/Private/ReplicatedAthenaVehicleAttributes.cpp
2026-04-22 15:51:07 +02:00

12 lines
377 B
C++

#include "ReplicatedAthenaVehicleAttributes.h"
FReplicatedAthenaVehicleAttributes::FReplicatedAthenaVehicleAttributes() {
this->FrontLateralFrictionScale = 0.00f;
this->RearLateralFrictionScale = 0.00f;
this->BrakeForceTractionScale = 0.00f;
this->ForwardForceTractionScale = 0.00f;
this->SlopeAntigravityScale = 0.00f;
this->TopSpeedScale = 0.00f;
}