mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
289 B
C++
12 lines
289 B
C++
#include "FortRootMotionSource_FallingBoost.h"
|
|
|
|
FFortRootMotionSource_FallingBoost::FFortRootMotionSource_FallingBoost() {
|
|
VerticalImpulse = 1;
|
|
GravityScalar = 1;
|
|
MaxAcceleration = 1;
|
|
LateralFriction = 1;
|
|
MaxLateralSpeed = 1;
|
|
bHasAppliedVerticalImpulse = false;
|
|
}
|
|
|