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

11 lines
301 B
C++

#include "CustomCharacterPartAnimInstance_RacerZeroMaskBody.h"
UCustomCharacterPartAnimInstance_RacerZeroMaskBody::UCustomCharacterPartAnimInstance_RacerZeroMaskBody() {
ThighRotRight = 1;
ThighRotLeft = 1;
InVehicleScaleAlpha = 1;
InVehicleRigidAlpha = 1;
TargetingAlpha = 1;
}