public void Initialize(AchievmentsSaveStruct saveStruct)
 {
     this.CrowbarWeaponUnlockedAchievment  = saveStruct.CrowbarWeaponUnlockedAchievment;
     this.ChainsawWeaponUnlockedAchievment = saveStruct.ChainsawWeaponUnlockedAchievment;
     this.PistolWeaponUnlockedAchievment   = saveStruct.PistolWeaponUnlockedAchievment;
     this.ShotgunWeaponUnlockedAchievment  = saveStruct.ShotgunWeaponUnlockedAchievment;
 }
 public void Initialize(AchievmentsSaveStruct saveStruct)
 {
     this.CrowbarWeaponUnlockedAchievment = saveStruct.CrowbarWeaponUnlockedAchievment;
     this.ChainsawWeaponUnlockedAchievment = saveStruct.ChainsawWeaponUnlockedAchievment;
     this.PistolWeaponUnlockedAchievment = saveStruct.PistolWeaponUnlockedAchievment;
     this.ShotgunWeaponUnlockedAchievment = saveStruct.ShotgunWeaponUnlockedAchievment;
 }