mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-28 19:27:53 +00:00
12 lines
377 B
C++
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;
|
|
}
|
|
|