Files
FNGameProj/Source/FortniteGame/Private/CustomCharacterPartAnimInstance_AztecBackpack.cpp
T
2024-03-03 23:44:39 +01:00

9 lines
256 B
C++

#include "CustomCharacterPartAnimInstance_AztecBackpack.h"
UCustomCharacterPartAnimInstance_AztecBackpack::UCustomCharacterPartAnimInstance_AztecBackpack() {
this->PlayerFwdBwd = 1;
this->PlayerLeftRight = 1;
this->SprintSpeedRemapped = 1;
}