mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
226 B
C++
12 lines
226 B
C++
#include "FortAnimInput_AdjustedAim.h"
|
|
|
|
FFortAnimInput_AdjustedAim::FFortAnimInput_AdjustedAim() {
|
|
YawOffset = 1;
|
|
PitchOffset = 1;
|
|
YawScale = 1;
|
|
PitchScale = 1;
|
|
ResultingYaw = 1;
|
|
ResultingPitch = 1;
|
|
}
|
|
|