Files
FNGameProj/Source/FortniteGame/Private/CustomCharacterPartAnimInstance_DieselPunk.cpp
T
2024-01-21 00:41:14 +01:00

12 lines
363 B
C++

#include "CustomCharacterPartAnimInstance_DieselPunk.h"
UCustomCharacterPartAnimInstance_DieselPunk::UCustomCharacterPartAnimInstance_DieselPunk() {
this->ArmPistolPadAlpha = 0.00f;
this->ArmPistolChestAlpha = 0.00f;
this->ArmPistolAlpha = 0.00f;
this->CrouchAlpha = 0.00f;
this->SpeedMaskAlpha = 0.00f;
this->SpeedMaskSpring = 0.00f;
}