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

9 lines
244 B
C++

#include "CustomCharacterPartAnimInstance_DesertOpsBody.h"
UCustomCharacterPartAnimInstance_DesertOpsBody::UCustomCharacterPartAnimInstance_DesertOpsBody() {
MannequinOwner = NULL;
ThighRotLeftAlpha = 1;
ThighRotRightAlpha = 1;
}