mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
11 lines
329 B
C++
11 lines
329 B
C++
#include "FortAnimationSharingStateProcessor.h"
|
|
|
|
UFortAnimationSharingStateProcessor::UFortAnimationSharingStateProcessor() {
|
|
this->RunningVelocityThreshold = 1;
|
|
this->WalkingVelocityThreshold = 1;
|
|
this->SprintingVelocityThreshold = 1;
|
|
this->IdleVelocityThreshold = 1;
|
|
this->FallingZVelocityThreshold = 1;
|
|
}
|
|
|