Files
FNGameProj/Source/FortniteGame/Private/LookAtDigestedSetting.cpp
T
2024-03-03 23:44:39 +01:00

10 lines
222 B
C++

#include "LookAtDigestedSetting.h"
FLookAtDigestedSetting::FLookAtDigestedSetting() {
this->LookAtDuration = 1;
this->LookAtDurationDeviation = 1;
this->LookAtDelay = 1;
this->LookAtDelayDeviation = 1;
}