10 lines
289 B
C++
Executable file
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;
|
|
}
|
|
|