DRG-Femboy-Voice/Source/FSD/Private/MissionWarning.cpp
2025-04-15 12:39:31 -07:00

12 lines
300 B
C++
Executable file

#include "MissionWarning.h"
UMissionWarning::UMissionWarning() {
this->OptionalExtraObjective = NULL;
this->DoubleWarning = true;
this->Icon = NULL;
this->CampaignIcon = NULL;
this->HazardBonus = 0.00f;
this->MissionCompletedStat = NULL;
this->CampaignWeight = 1.00f;
}