mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
16 lines
479 B
C++
16 lines
479 B
C++
#include "CustomCharacterPartAnimInstance_HightowerWasabiBody.h"
|
|
|
|
UCustomCharacterPartAnimInstance_HightowerWasabiBody::UCustomCharacterPartAnimInstance_HightowerWasabiBody() {
|
|
RightArmDistanceBICEPAlpha = 1;
|
|
LeftArmDistanceBICEPAlpha = 1;
|
|
RightPecAimPosAlpha = 1;
|
|
RightPecStretchAlpha = 1;
|
|
LeftPecStretchAlpha = 1;
|
|
RightLatStretchAlpha = 1;
|
|
RightKneeAlpha = 1;
|
|
LeftKneeAlpha = 1;
|
|
LeftTrapsStretchAlpha = 1;
|
|
RightTrapsStretchAlpha = 1;
|
|
}
|
|
|