mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
13 lines
359 B
C++
13 lines
359 B
C++
#include "FortPlayerAnimInstance_OstrichDriver.h"
|
|
|
|
UFortPlayerAnimInstance_OstrichDriver::UFortPlayerAnimInstance_OstrichDriver() {
|
|
BouncePlayRateValue = 1;
|
|
LegsBounceAlphaValue = 1;
|
|
LegsBounceAlphaWhenSkytubing = 1;
|
|
LegsBounceAlphaNoSkytubing = 1;
|
|
LegsBounceAlphaInterpSpeed = 1;
|
|
bIsSkyTubing = false;
|
|
bIsMechMoving2D = false;
|
|
}
|
|
|