mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
12 lines
332 B
C++
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;
|
|
}
|
|
|