mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
277 B
C++
12 lines
277 B
C++
#include "PegasusTimelineEventHit.h"
|
|
|
|
FPegasusTimelineEventHit::FPegasusTimelineEventHit() {
|
|
PGS_HitCount = 0;
|
|
PGS_ScalarValue = 1;
|
|
PGS_ReplayStartTimeStamp = 1;
|
|
PGS_ReplayEndTimeStamp = 1;
|
|
PGS_ClipRelativeStartTime = 1;
|
|
PGS_ClipRelativeEndTime = 1;
|
|
}
|
|
|