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

9 lines
184 B
C++

#include "FortDeathCameraMode.h"
UFortDeathCameraMode::UFortDeathCameraMode() {
this->FOV = 80.00f;
this->TimeToTrackTarget = 10.00f;
this->TrackToTargetSpeed = 3.00f;
}