mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
9 lines
198 B
C++
9 lines
198 B
C++
#include "FortAnimInput_AimScrambleDataHelper.h"
|
|
|
|
FFortAnimInput_AimScrambleDataHelper::FFortAnimInput_AimScrambleDataHelper() {
|
|
AimPitch = 1;
|
|
AimYaw = 1;
|
|
bIsAimDataScambled = false;
|
|
}
|
|
|