Files
FNGameProj/Source/FortniteGame/Private/FortDefenderAnimInstance.cpp
2024-01-21 00:41:14 +01:00

11 lines
311 B
C++

#include "FortDefenderAnimInstance.h"
UFortDefenderAnimInstance::UFortDefenderAnimInstance() {
this->Gender = EFortCustomGender::Invalid;
this->bShouldWalkRightFootForward = false;
this->SpeedAdjustedPlayRate = 1.00f;
this->AuthoredJogSpeed = 365.00f;
this->AuthoredWalkSpeed = 150.00f;
}