mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 19:27:02 +00:00
9 lines
256 B
C++
9 lines
256 B
C++
#include "CustomCharacterPartAnimInstance_AztecBackpack.h"
|
|
|
|
UCustomCharacterPartAnimInstance_AztecBackpack::UCustomCharacterPartAnimInstance_AztecBackpack() {
|
|
this->PlayerFwdBwd = 1;
|
|
this->PlayerLeftRight = 1;
|
|
this->SprintSpeedRemapped = 1;
|
|
}
|
|
|