Files
FNGameProj/Source/FortniteGame/Private/CustomCharacterPartAnimInstance_GalileoOutriggerBody.cpp
T
2024-06-07 01:17:09 +02:00

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;
}