mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
11 lines
305 B
C++
11 lines
305 B
C++
#include "RootMotionSource_FollowCharacterRotation.h"
|
|
|
|
FRootMotionSource_FollowCharacterRotation::FRootMotionSource_FollowCharacterRotation() {
|
|
ConstantStrength = 1;
|
|
bWasWalkingLastFrame = false;
|
|
bWasFallingLastFrame = false;
|
|
WalkingAccumulatedTime = 1;
|
|
FallingAccumulatedTime = 1;
|
|
}
|
|
|