mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-28 19:27:53 +00:00
9 lines
184 B
C++
9 lines
184 B
C++
#include "FortDeathCameraMode.h"
|
|
|
|
UFortDeathCameraMode::UFortDeathCameraMode() {
|
|
this->FOV = 80.00f;
|
|
this->TimeToTrackTarget = 10.00f;
|
|
this->TrackToTargetSpeed = 3.00f;
|
|
}
|
|
|