#include "FortObjectiveNeutralCompleteParams.h" void UFortObjectiveNeutralCompleteParams::SetParams(AFortObjectiveBase* _NeutrallyCompletedObjective, UFortObjectiveNeutralCompleteParams*& ThisParam) { } void UFortObjectiveNeutralCompleteParams::BreakParams(AFortObjectiveBase*& _NeutrallyCompletedObjective) { } UFortObjectiveNeutralCompleteParams::UFortObjectiveNeutralCompleteParams() { this->NeutrallyCompletedObjective = NULL; }