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

10 lines
261 B
C++

#include "CustomCharacterPartAnimInstance_SquashBody.h"
UCustomCharacterPartAnimInstance_SquashBody::UCustomCharacterPartAnimInstance_SquashBody() {
ThighRotationRight = 1;
ThighRotationLeft = 1;
CalfRotationRight = 1;
CalfRotationLeft = 1;
}