Files
FNGameProj/Source/FortniteGame/Private/FortPlayerAnimInstance_OstrichGunner.cpp
T
2024-06-07 01:17:09 +02:00

12 lines
340 B
C++

#include "FortPlayerAnimInstance_OstrichGunner.h"
UFortPlayerAnimInstance_OstrichGunner::UFortPlayerAnimInstance_OstrichGunner() {
BodyRecoilAlphaValue = 1;
BodyRecoilAlphaWhenShotgunIsFired = 1;
BodyRecoilAlphaNoShotgunFired = 1;
bIsMechShotgunFired = false;
bIsMechBeginFired = false;
bIsRocketFiring = false;
}