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

9 lines
227 B
C++

#include "CustomCharacterPartAnimInstance_SheathFace.h"
UCustomCharacterPartAnimInstance_SheathFace::UCustomCharacterPartAnimInstance_SheathFace() {
SkydivingAlpha = 1;
HeadForwardAlpha = 1;
HeadTwistAlpha = 1;
}