Files
FNGameProj/Source/FortniteGame/Private/FortAnimationSharingStateProcessor.cpp
T
2024-06-07 01:17:09 +02:00

11 lines
299 B
C++

#include "FortAnimationSharingStateProcessor.h"
UFortAnimationSharingStateProcessor::UFortAnimationSharingStateProcessor() {
RunningVelocityThreshold = 1;
WalkingVelocityThreshold = 1;
SprintingVelocityThreshold = 1;
IdleVelocityThreshold = 1;
FallingZVelocityThreshold = 1;
}