mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
11 lines
289 B
C++
11 lines
289 B
C++
#include "FortQuestObjectiveStatXPTableRow.h"
|
|
|
|
FFortQuestObjectiveStatXPTableRow::FFortQuestObjectiveStatXPTableRow() {
|
|
this->Type = EFortQuestObjectiveStatEvent::Kill;
|
|
this->CountThreshhold = 0;
|
|
this->MaxCount = 0;
|
|
this->bOnceOnly = false;
|
|
this->bIsCached = false;
|
|
}
|
|
|