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

12 lines
332 B
C++

#include "FortDefenderAnimInstance.h"
UFortDefenderAnimInstance::UFortDefenderAnimInstance() {
this->Gender = EFortCustomGender::Invalid;
this->bShouldWalkRightFootForward = false;
this->bIsChargingWeapon = false;
this->SpeedAdjustedPlayrate = 1;
this->AuthoredJogSpeed = 1;
this->AuthoredWalkSpeed = 1;
}