mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
13 lines
370 B
C++
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;
|
|
}
|
|
|