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

8 lines
151 B
C++

#include "FortQuestObjectiveCompletion.h"
FFortQuestObjectiveCompletion::FFortQuestObjectiveCompletion() {
Count = 0;
TimestampOffset = 0;
}