mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +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;
|
|
}
|
|
|