mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 19:27:02 +00:00
10 lines
222 B
C++
10 lines
222 B
C++
#include "LookAtDigestedSetting.h"
|
|
|
|
FLookAtDigestedSetting::FLookAtDigestedSetting() {
|
|
this->LookAtDuration = 1;
|
|
this->LookAtDurationDeviation = 1;
|
|
this->LookAtDelay = 1;
|
|
this->LookAtDelayDeviation = 1;
|
|
}
|
|
|