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

9 lines
190 B
C++

#include "SavedSpectatorCameraShot.h"
FSavedSpectatorCameraShot::FSavedSpectatorCameraShot() {
this->bIsShotStart = false;
this->Timestamp = 0.00f;
this->ShotLength = 0.00f;
}