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

10 lines
289 B
C++
Executable file

#include "MissionStatSave.h"
FMissionStatSave::FMissionStatSave() {
this->bCharacterLevelUpFixed = false;
this->bBoughtVanityItemsFixed = false;
this->bBoughtEquipmentUpgradesFixed = false;
this->bCampaignsCompletedFixed = false;
this->WeaponUpgradesFixed = false;
}