Files
FNGameProj/Source/FortniteGame/Private/BackendExportedClipInfo.cpp
T
2024-06-07 01:17:09 +02:00

7 lines
118 B
C++

#include "BackendExportedClipInfo.h"
FBackendExportedClipInfo::FBackendExportedClipInfo() {
PGS_Duration = 1;
}