mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
11 lines
275 B
C++
11 lines
275 B
C++
#include "FortQuestObjectiveStat.h"
|
|
|
|
FFortQuestObjectiveStat::FFortQuestObjectiveStat() {
|
|
Type = EFortQuestObjectiveStatEvent::Kill;
|
|
bIsCached = false;
|
|
bHasInclusiveTargetTags = false;
|
|
bHasInclusiveSourceTags = false;
|
|
bHasInclusiveContextTags = false;
|
|
}
|
|
|