Files
2026-04-22 15:51:07 +02:00

11 lines
304 B
C++

#include "FortGeneratedEncounterOption.h"
FFortGeneratedEncounterOption::FFortGeneratedEncounterOption() {
this->EncounterOptionCategory = NULL;
this->EncounterOption = NULL;
this->EncounterOptionInstance = NULL;
this->RangeLerpValue = 0.00f;
this->bChangedSinceLastVLog = false;
}