mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
15 lines
399 B
C++
15 lines
399 B
C++
#include "CustomCharacterPartAnimInstance_GalileoOutriggerBody.h"
|
|
|
|
UCustomCharacterPartAnimInstance_GalileoOutriggerBody::UCustomCharacterPartAnimInstance_GalileoOutriggerBody() {
|
|
UpperArmRightYaw = 1;
|
|
UpperArmLeftYaw = 1;
|
|
LegLeftPitch = 1;
|
|
LegLeftYaw = 1;
|
|
LegRightYaw = 1;
|
|
LegRightPitch = 1;
|
|
CrouchingAlpha = 1;
|
|
ShoulderLeftPitch = 1;
|
|
ShoulderRightPitch = 1;
|
|
}
|
|
|