Files
FNGameProj/Source/FortniteGame/Private/FortAnimInput_SpringGlider.cpp
T
2024-03-03 23:44:39 +01:00

13 lines
370 B
C++

#include "FortAnimInput_SpringGlider.h"
FFortAnimInput_SpringGlider::FFortAnimInput_SpringGlider() {
this->GliderYOffsetRotationRightLeg = 1;
this->GliderYOffsetRotationLeftLeg = 1;
this->GliderXOffsetRotationRightLeg = 1;
this->GliderXOffsetRotationLeftLeg = 1;
this->GliderZOffset = 1;
this->GliderXOffset = 1;
this->GliderYOffset = 1;
}