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

10 lines
258 B
C++

#include "FortAnimInput_AdjustedAimOffset.h"
FFortAnimInput_AdjustedAimOffset::FFortAnimInput_AdjustedAimOffset() {
this->YawOffset = 0.00f;
this->PitchOffset = 0.00f;
this->TargetingYawOffset = 0.00f;
this->TargetingPitchOffset = 0.00f;
}