Files
FNGameProj/Source/FortniteGame/Private/ReplicatedAthenaVehicleAttributes.cpp
2024-01-21 00:41:14 +01: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;
}